Class: Pageflow::Admin::EmbedCodeField
- Inherits:
-
ViewComponent
- Object
- Arbre::Component
- ViewComponent
- Pageflow::Admin::EmbedCodeField
- Defined in:
- app/views/components/pageflow/admin/embed_code_field.rb
Overview
Instance Method Summary collapse
Instance Method Details
#build(snippet, options = {}) ⇒ Object
6 7 8 9 10 11 12 |
# File 'app/views/components/pageflow/admin/embed_code_field.rb', line 6 def build(snippet, = {}) super(class: 'embed_code') text_node(text_field_tag(.fetch(:name), snippet.call, onclick: '$(this).select()')) para([:hint]) end |