Class: Alchemy::Admin::LinkDialog::FileTab
- Defined in:
- app/components/alchemy/admin/link_dialog/file_tab.rb
Instance Attribute Summary
Attributes inherited from BaseTab
#link_target, #link_title, #url
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseTab
Methods included from BaseHelper
#alchemy_body_class, #alchemy_datepicker, #button_with_confirm, #clipboard_select_tag_options, #current_alchemy_user_name, #delete_button, #hint_with_tooltip, #js_filter_field, #link_to_confirm_dialog, #link_to_dialog, #link_url_regexp, #page_layout_missing_warning, #render_alchemy_title, #render_hint_for, #sites_for_select, #toolbar_button, #translations_for_select
Methods included from NavigationHelper
#alchemy_main_navigation_entry, #entry_active?, #main_navigation_css_classes, #navigate_module, #sorted_alchemy_modules, #url_for_module, #url_for_module_sub_navigation
Methods included from BaseHelper
#page_or_find, #render_icon, #render_message, #shorten, #warning
Constructor Details
This class inherits a constructor from Alchemy::Admin::LinkDialog::BaseTab
Class Method Details
.panel_name ⇒ Object
13 14 15 |
# File 'app/components/alchemy/admin/link_dialog/file_tab.rb', line 13 def self.panel_name :file end |
Instance Method Details
#fields ⇒ Object
17 18 19 20 21 22 23 |
# File 'app/components/alchemy/admin/link_dialog/file_tab.rb', line 17 def fields [ , title_input, target_select ] end |