Home
last modified time | relevance | path

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

/plugin/bootswrapper/syntax/
H A 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…
H A 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];
H A Dbutton.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_button
81 foreach (array_keys($this->tag_attributes) as $attribute) {
H A Dwell.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_well
H A Dimage.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_image
H A Dcollapse.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_collapse
H A Daccordion.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_accordion
H A Dlabel.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_label
H A Dwrapper.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_wrapper
H A Dcarousel.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_carousel
H A Dpane.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_pane
H A Dcolumn.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_column
H A Djumbotron.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_jumbotron
H A Dnav.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_nav
H A Dtooltip.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_tooltip
H A Dalert.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_alert
H A Dtext.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_text
H A Dcallout.php17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_callout
H A Dpanel.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_panel
H A Dpopover.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_popover
H A Dmodal.php18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_modal
H A Daffix.php16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_affix
/plugin/bootswrapper/exe/
H A Dpopup.php76 $tag_attributes = $syntax_class->tag_attributes; variable
78 unset($tag_attributes['type']);
80 $syntax[$tag_name] = $tag_attributes;