Language Reference by Type: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Added description.)
m (Adding custom css.)
Line 1: Line 1:
<css>
.CategoryTreeItem {display: inline-block;}
.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem {width: 10em;}
.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {display: inline !important; margin-left: 2em;}
.CategoryTreeChildren > .CategoryTreeSection {display: inline; margin: 0 0.2em;}
.CategoryTreeTag > .CategoryTreeSection {border-top: 1px solid #AAA; padding: 0.5em;}
.CategoryTreeBullet {display: none;}
.CategoryTreeTag {margin-top: 1em;}
</css>
This is a list of commands, statements, functions and other parts that make up NS Basic/App Studio.  
This is a list of commands, statements, functions and other parts that make up NS Basic/App Studio.  


<categorytree mode=pages hideroot=on depth=2>Language Reference by Type</categorytree>
<categorytree mode=pages hideroot=on depth=2>Language Reference by Type</categorytree>

Revision as of 22:40, 13 August 2012

<css> .CategoryTreeItem {display: inline-block;} .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem {width: 10em;} .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {display: inline !important; margin-left: 2em;} .CategoryTreeChildren > .CategoryTreeSection {display: inline; margin: 0 0.2em;} .CategoryTreeTag > .CategoryTreeSection {border-top: 1px solid #AAA; padding: 0.5em;} .CategoryTreeBullet {display: none;} .CategoryTreeTag {margin-top: 1em;} </css>

This is a list of commands, statements, functions and other parts that make up NS Basic/App Studio.