(no description)
File Size: | 129 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
comboboxsearch:: (3 methods):
__construct()
export_for_template()
get_template()
Class: comboboxsearch - X-Ref
Renderable class for the comboboxsearch.__construct(bool $renderlater,string $buttoncontent,?string $dropdowncontent = null,?string $parentclasses = null,?string $buttonclasses = null,?string $dropdownclasses = null,?string $buttonheader = null,?bool $usebutton = true) X-Ref |
The class constructor. param: bool $renderlater How we figure out if we should render the template instantly. param: string $buttoncontent What gets placed in the button. param: ?string $dropdowncontent What can be placed in the dropdown if we are rendering now. param: ?string $parentclasses The classes that can be added that the bootstrap events are attached to. param: ?string $buttonclasses Any special classes that may be needed. param: ?string $dropdownclasses Any special classes that may be needed. param: ?string $buttonheader If the button item in the tertiary nav needs an extra top header for context. param: bool $usebutton If we want the mustache to add the button roles for us or do we have another aria role node? |
export_for_template(renderer_base $output) X-Ref |
Export the data for the mustache template. param: renderer_base $output renderer to be used to render the action bar elements. return: array |
get_template() X-Ref |
Returns the standard template for the dropdown. return: string |