/plugin/bootswrapper/syntax/ |
H A D | progressbar.php | 18 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 D | bootstrap.php | 28 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 D | button.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_button 81 foreach (array_keys($this->tag_attributes) as $attribute) {
|
H A D | well.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_well
|
H A D | image.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_image
|
H A D | collapse.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_collapse
|
H A D | accordion.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_accordion
|
H A D | label.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_label
|
H A D | wrapper.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_wrapper
|
H A D | carousel.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_carousel
|
H A D | pane.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_pane
|
H A D | column.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_column
|
H A D | jumbotron.php | 16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_jumbotron
|
H A D | nav.php | 18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_nav
|
H A D | tooltip.php | 16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_tooltip
|
H A D | alert.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_alert
|
H A D | text.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_text
|
H A D | callout.php | 17 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_callout
|
H A D | panel.php | 16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_panel
|
H A D | popover.php | 18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_popover
|
H A D | modal.php | 18 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_modal
|
H A D | affix.php | 16 public $tag_attributes = array( variable in syntax_plugin_bootswrapper_affix
|
/plugin/bootswrapper/exe/ |
H A D | popup.php | 76 $tag_attributes = $syntax_class->tag_attributes; variable 78 unset($tag_attributes['type']); 80 $syntax[$tag_name] = $tag_attributes;
|