Class: Card::Format::JsFormat
- Inherits:
-
Card::Format
- Object
- Card::Format
- Card::Format::JsFormat
- Defined in:
- mod/basic_formats/format/js_format.rb
Constant Summary
Constants inherited from Card::Format
Constants included from MethodDelegation
MethodDelegation::RENDER_METHOD_RE
Instance Attribute Summary
Attributes inherited from Card::Format
#card, #error_status, #form, #main_opts, #parent
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Card::Format
#controller, #include_set_format_modules, #initialize, #page, #params, #require_card_to_initialize!, #session, #tagged, #template, #to_sym
Methods included from Registration
#class_from_name, #extract_class_vars, #extract_view_tags, #format_ancestry, #format_class, #format_class_name, #format_sym, #interpret_view_opts, #new, #register, #tagged, #view_cache_setting_method
Methods included from MethodDelegation
#api_render, #method_missing, #pass_method_to_template_object, #render_args, #respond_to_missing?
Methods included from Error
#error_cardname, #loud_error, #loud_error?, #quiet_error, #rendering_error, #rescue_view
Methods included from Content
#add_class, #content_nest, #css_classes, #format_date, #id_counter, #output, #prepend_class, #process_content, #unique_id
Methods included from ContextNames
#add_name_context, #context_names, #context_names_from_params, #context_names_to_params, #initial_context_names, #relevant_context_names, #title_in_context
Methods included from Render
#add_debug_info, #before_view, #current_view, #expand_stubs, #final_render, #prepare_stub_nest, #pretty_path, #render!, #show_debug_info?, #show_view?, #stub_render, #supports_view?, #view_cache_setting, #view_method, #view_method_name, #voo, #with_voo
Methods included from Permission
#check_view, #deny_view, #handle_view_denial, #ok?, #ok_view, #permitted_view, #subformats_nested_too_deeply?, #task_denied_for_view, #unknown_disqualifies_view?, #view_always_permitted?, #view_for_unknown
Methods included from Nesting
#default_nest_view, #field_nest, #implicit_nest_view, #nest, #nest_path
Methods included from Nesting::Mode
#configured_view_in_closed_mode, #hide_view_in_edit_mode?, #modal_nest_view, #nest_mode, #view_in_closed_mode, #view_in_edit_mode, #with_altered_nest_mode, #with_nest_mode
Methods included from Nesting::Subformat
#depth, #field_subformat, #focal?, #inherit, #main?, #root, #subformat
Methods included from Nesting::Main
#already_mained?, #main!, #main_nest, #main_nest?, #main_nest_options, #wrap_main
Methods included from Env::Location
#card_path, #card_url, #protocol_and_host
Constructor Details
This class inherits a constructor from Card::Format
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Card::Format::MethodDelegation
Class Method Details
.view_caching? ⇒ Boolean
8 9 10 |
# File 'mod/basic_formats/format/js_format.rb', line 8 def self.view_caching? false end |
Instance Method Details
#mime_type ⇒ Object
12 13 14 |
# File 'mod/basic_formats/format/js_format.rb', line 12 def mime_type "text/javascript" end |