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