phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Inner element for Twitter Bootstrap HTML Navbar component. More...
Public Member Functions | |
__construct ($identifier) | |
setClass ($value) | |
asForm () | |
addElement ($element) | |
setValues ($class, $tagName, $elements=array()) | |
addElements ($elements) | |
addLink ($caption, $href="#") | |
run (JsUtils $js) | |
getElementsCount () | |
fromArray ($array) | |
__toString () | |
getElement ($index) | |
![]() | |
run (JsUtils $js) | |
getTagName () | |
setTagName ($tagName) | |
fromArray ($array) | |
fromDatabaseObjects ($objects, $function) | |
fromDatabaseObject ($object, $function) | |
wrap ($before, $after="") | |
getElementById ($identifier, $elements) | |
getBsComponent () | |
setBsComponent ($bsComponent) | |
compile (JsUtils $js=NULL, &$view=NULL) | |
setDraggable ($attr="id", $dropZone=null, $parameters=[]) | |
Sets the element draggable, and eventualy defines the dropzone (HTML5 drag and drop) More... | |
asDropZone ($jsCallback="", $jqueryDone="append", $parameters=[]) | |
Declares the element as a drop zone (HTML5 drag and drop) More... | |
asFileDropZone ($responseElement=null, $url=null, $progress=null, $jsCallback="", $parameters=[]) | |
Declares the element as a drop zone for file uploading (HTML5 drag and drop) More... | |
__toString () | |
onPostCompile ($callback) | |
onPreCompile ($callback) | |
![]() | |
__construct ($identifier) | |
getIdentifier () | |
setIdentifier ($identifier) | |
getLibraryId () | |
setLibraryId ($_libraryId) | |
Static Public Member Functions | |
static | form ($identifier, $elements=array()) |
static | left ($identifier, $elements=array()) |
static | right ($identifier, $elements=array()) |
static | formRight ($identifier, $elements=array()) |
static | nav ($identifier, $elements=array()) |
Protected Attributes | |
$class ="navbar-nav" | |
$elements | |
![]() | |
$_template | |
$tagName | |
$_wrapBefore = array() | |
$_wrapAfter = array() | |
$_bsComponent | |
$_compiled = false | |
$_runned = false | |
$_postCompile | |
$_preCompile | |
![]() | |
$identifier | |
$_identifier | |
$_libraryId | |
$_self | |
Additional Inherited Members | |
![]() | |
getTemplate (JsUtils $js=NULL, $view=null) | |
ctrl ($name, $value, $typeCtrl) | |
setMemberCtrl (&$name, $value, $typeCtrl) | |
addToMemberUnique (&$name, $value, $typeCtrl, $separator=" ") | |
addToMemberCtrl (&$name, $value, $typeCtrl, $separator=" ") | |
addToMember (&$name, $value, $separator=' ') | |
removeOldValues (&$oldValue, $allValues) | |
_getElementBy ($callback, $elements) | |
setWrapBefore ($wrapBefore) | |
setWrapAfter ($wrapAfter) | |
compile_once (JsUtils $js=NULL, &$view=NULL) | |
![]() | |
cleanIdentifier ($id) | |
Inner element for Twitter Bootstrap HTML Navbar component.
Definition at line 18 of file HtmlNavzone.php.
__construct | ( | $identifier | ) |
string | $identifier | the id |
Definition at line 26 of file HtmlNavzone.php.
__toString | ( | ) |
Definition at line 137 of file HtmlNavzone.php.
addElement | ( | $element | ) |
Definition at line 41 of file HtmlNavzone.php.
addElements | ( | $elements | ) |
Definition at line 60 of file HtmlNavzone.php.
addLink | ( | $caption, | |
$href = "#" |
|||
) |
Definition at line 86 of file HtmlNavzone.php.
asForm | ( | ) |
Definition at line 37 of file HtmlNavzone.php.
|
static |
Definition at line 98 of file HtmlNavzone.php.
|
static |
Definition at line 113 of file HtmlNavzone.php.
fromArray | ( | $array | ) |
Definition at line 133 of file HtmlNavzone.php.
getElement | ( | $index | ) |
getElementsCount | ( | ) |
Definition at line 129 of file HtmlNavzone.php.
|
static |
Definition at line 103 of file HtmlNavzone.php.
|
static |
Definition at line 118 of file HtmlNavzone.php.
|
static |
Definition at line 108 of file HtmlNavzone.php.
run | ( | JsUtils | $js | ) |
Definition at line 123 of file HtmlNavzone.php.
setClass | ( | $value | ) |
Definition at line 33 of file HtmlNavzone.php.
setValues | ( | $class, | |
$tagName, | |||
$elements = array() |
|||
) |
Definition at line 53 of file HtmlNavzone.php.
|
protected |
Definition at line 19 of file HtmlNavzone.php.
|
protected |
Definition at line 20 of file HtmlNavzone.php.