Class: Glib::JsonUi::ListBuilders::Template::AbstractTemplate
- Inherits:
-
JsonUiElement
- Object
- JsonUiElement
- Glib::JsonUi::ListBuilders::Template::AbstractTemplate
- Defined in:
- app/helpers/glib/json_ui/list_builders.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from JsonUiElement
Instance Method Summary collapse
-
#editButtons(block) ⇒ Object
hash :padding.
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Instance Method Details
#editButtons(block) ⇒ Object
hash :padding
12 13 14 15 16 |
# File 'app/helpers/glib/json_ui/list_builders.rb', line 12 def editButtons(block) json.editButtons do block.call page. end end |