phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlNavzone Class Reference

Inner element for Twitter Bootstrap HTML Navbar component. More...

+ Inheritance diagram for HtmlNavzone:
+ Collaboration diagram for HtmlNavzone:

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)
 
- Public Member Functions inherited from BaseHtml
 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)
 
- Public Member Functions inherited from BaseWidget
 __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
 
- Protected Attributes inherited from BaseHtml
 $_template
 
 $tagName
 
 $_wrapBefore = array()
 
 $_wrapAfter = array()
 
 $_bsComponent
 
 $_compiled = false
 
 $_runned = false
 
 $_postCompile
 
 $_preCompile
 
- Protected Attributes inherited from BaseWidget
 $identifier
 
 $_identifier
 
 $_libraryId
 
 $_self
 

Additional Inherited Members

- Protected Member Functions inherited from BaseHtml
 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)
 
- Protected Member Functions inherited from BaseWidget
 cleanIdentifier ($id)
 

Detailed Description

Inner element for Twitter Bootstrap HTML Navbar component.

Author
jc
Version
1.001

Definition at line 18 of file HtmlNavzone.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $identifier)
Parameters
string$identifierthe id

Definition at line 26 of file HtmlNavzone.php.

Member Function Documentation

◆ __toString()

__toString ( )

Definition at line 137 of file HtmlNavzone.php.

◆ addElement()

addElement (   $element)

Definition at line 41 of file HtmlNavzone.php.

◆ addElements()

addElements (   $elements)

Definition at line 60 of file HtmlNavzone.php.

◆ addLink()

addLink (   $caption,
  $href = "#" 
)

Definition at line 86 of file HtmlNavzone.php.

◆ asForm()

asForm ( )

Definition at line 37 of file HtmlNavzone.php.

◆ form()

static form (   $identifier,
  $elements = array() 
)
static

Definition at line 98 of file HtmlNavzone.php.

◆ formRight()

static formRight (   $identifier,
  $elements = array() 
)
static

Definition at line 113 of file HtmlNavzone.php.

◆ fromArray()

fromArray (   $array)

Definition at line 133 of file HtmlNavzone.php.

◆ getElement()

getElement (   $index)
Parameters
int$index
Returns
BaseHtml

Definition at line 145 of file HtmlNavzone.php.

◆ getElementsCount()

getElementsCount ( )

Definition at line 129 of file HtmlNavzone.php.

◆ left()

static left (   $identifier,
  $elements = array() 
)
static

Definition at line 103 of file HtmlNavzone.php.

◆ nav()

static nav (   $identifier,
  $elements = array() 
)
static

Definition at line 118 of file HtmlNavzone.php.

◆ right()

static right (   $identifier,
  $elements = array() 
)
static

Definition at line 108 of file HtmlNavzone.php.

◆ run()

run ( JsUtils  $js)

Definition at line 123 of file HtmlNavzone.php.

◆ setClass()

setClass (   $value)

Definition at line 33 of file HtmlNavzone.php.

◆ setValues()

setValues (   $class,
  $tagName,
  $elements = array() 
)

Definition at line 53 of file HtmlNavzone.php.

Field Documentation

◆ $class

$class ="navbar-nav"
protected

Definition at line 19 of file HtmlNavzone.php.

◆ $elements

$elements
protected

Definition at line 20 of file HtmlNavzone.php.


The documentation for this class was generated from the following file: