remove workspace
This commit is contained in:
parent
5a9a95b99d
commit
ac1fafac1f
10 changed files with 172 additions and 54 deletions
29
templates/initi/tmpl/full_method/param_full.tmpl
Normal file
29
templates/initi/tmpl/full_method/param_full.tmpl
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?js
|
||||
var param = obj;
|
||||
var self = this;
|
||||
|
||||
//var ryba = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure "
|
||||
|
||||
//console.log(JSON.stringify(param, true, 3))
|
||||
?>
|
||||
|
||||
<div class="parameter">
|
||||
<div class="head part bdotted">
|
||||
|
||||
<span class="name"><?js= param.name ?></span>
|
||||
|
||||
<?js if(param.type) { ?>
|
||||
<span class="type">
|
||||
<span class="left-circle-bracket">(</span>
|
||||
<span class="name"><?js= self.linkto(param.type.names[0]) ?></span>
|
||||
<span class="right-circle-bracket">)</span>
|
||||
</span>
|
||||
<?js } ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?js if(param.description) { ?>
|
||||
<div class="description part bdotted"><?js= param.description ?></div>
|
||||
<?js } ?>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue