Home
last modified time | relevance | path

Searched refs:tag_attributes (Results 1 – 23 of 23) sorted by relevance

/plugin/bootswrapper/syntax/
Dprogressbar.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_progressbar
69 … = (isset($attributes['striped']) ? $attributes['striped'] : $this->tag_attributes['striped']['de…
70 … = (isset($attributes['animate']) ? $attributes['animate'] : $this->tag_attributes['animate']['de…
71 …(isset($attributes['showvalue']) ? $attributes['showvalue'] : $this->tag_attributes['showvalue']['…
72 …e = (isset($attributes['value']) ? $attributes['value'] : $this->tag_attributes['value']['defa…
73 …$type = (isset($attributes['type']) ? $attributes['type'] : $this->tag_attributes['type']['de…
Dbootstrap.php28 public $tag_attributes = array(); variable in syntax_plugin_bootswrapper_bootstrap
84 $tag_attributes = array_merge($this->core_attributes, $this->tag_attributes);
87 foreach ($tag_attributes as $attribute => $item) {
93 if (!isset($tag_attributes[$name])) {
100 $item = $tag_attributes[$name];
Dbutton.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_button
81 foreach (array_keys($this->tag_attributes) as $attribute) {
Dwell.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_well
Dimage.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_image
Dcollapse.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_collapse
Daccordion.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_accordion
Dwrapper.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_wrapper
Dlabel.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_label
Dcarousel.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_carousel
Dpane.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_pane
Djumbotron.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_jumbotron
Dnav.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_nav
Dcolumn.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_column
Dtooltip.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_tooltip
Dalert.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_alert
Dtext.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_text
Dcallout.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_callout
Dpopover.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_popover
Dpanel.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_panel
Dmodal.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_modal
Daffix.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_affix
/plugin/bootswrapper/exe/
Dpopup.php76 $tag_attributes = $syntax_class->tag_attributes; variable
78 unset($tag_attributes['type']);
80 $syntax[$tag_name] = $tag_attributes;