$container functions

$container

In this documentation, $container means a jQuery collection of DOM elements.

$('#id').nosTabs('open', {
        url: 'url',
        iframe: false,
        label: 'Title',
        labelDisplay: true,
        iconUrl: 'icon.png',
        iconSize: 16
});
Function with sub-functions

Many functions of the Novius OS Javascript API have sub-functions. The first parameter is the name of a sub-function. If this parameter is omitted, the default sub-function is called.

$('#id').nosTabs('open', {
        url: 'url',
        iframe: false,
        label: 'Title',
        labelDisplay: true,
        iconUrl: 'icon.png',
        iconSize: 16
});

// This call do the same thing that the previous
$('#id').nosTabs({
        url: 'url',
        iframe: false,
        label: 'Title',
        labelDisplay: true,
        iconUrl: 'icon.png',
        iconSize: 16
});
Read the Docs v: chiba.1
Versions
latest
chiba.2
chiba.1
0.2
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.