- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::BootstrapNavbarDropdownMenuItem
::xowiki::BootstrapNavbarDropdownMenuItem create ... \
[ -helptext helptext ] \
[ -href (default "#") ]
Class Relations
::xo::tdom::Class create ::xowiki::BootstrapNavbarDropdownMenuItem \ -superclass ::xowiki::MenuItemMethods (to be applied on instances)
render (scripted, public)
<instance of xowiki::BootstrapNavbarDropdownMenuItem> renderdoku
- Testcases:
- create_folder_with_page, create_workflow_with_instance
set disabledClass [expr {${:href} eq "" ? "disabled" : ""}] html::li -class [string trimright "nav-item $disabledClass"] { set :CSSclass [string trimright "dropdown-item $disabledClass"] html::a [:get_attributes target href title id {CSSclass class}] { html::t ${:text} } } html::t \n if {[info exists :listener] && ${:listener} ne ""} { lassign ${:listener} type body template::add_event_listener -event $type -id ${:id} -preventdefault=false -script $body }Variables
::xowiki::BootstrapNavbarDropdownMenuItem set __default_metaclass ::xotcl::Class ::xowiki::BootstrapNavbarDropdownMenuItem set __default_superclass ::xotcl::Object
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables