Class: Card::Format::EmailHtmlFormat

Inherits:
HtmlFormat show all
Defined in:
mod/email/format/email_html_format.rb

Constant Summary

Constants inherited from HtmlFormat

HtmlFormat::LAYOUTS

Constants included from Render

Render::DEPRECATED_VIEWS

Constants included from Nest::View

Nest::View::NEST_MODES

Instance Attribute Summary

Attributes inherited from HtmlFormat

#options_need_save, #skip_autosave, #start_time

Attributes inherited from Card::Format

#card, #error_status, #form, #main_opts, #nest_opts, #parent, #root

Instance Method Summary collapse

Methods inherited from HtmlFormat

#default_item_view, #focal?, #get_layout_content, #get_nest_defaults, #html_escape_except_quotes, #layout_from_card_or_code, #layout_from_rule, #main?

Methods inherited from Card::Format

#controller, #focal?, #include_set_format_modules, #initialize, #main?, #method_missing, #page, #params, #pass_method_to_template_object, #respond_to_missing?, #session, #tagged, #template

Methods included from Nest::ClassMethods

#max_depth

Methods included from Registration

#class_from_name, #extract_class_vars, #extract_view_tags, #format_ancestry, #format_class_name, #format_sym, #new, #register, #tagged

Methods included from Error

#debug_error, #error_cardname, #rendering_error, #rescue_view

Methods included from Content

#add_class, #format_date, #get_content_object, #id_counter, #output, #process_content, #unique_id

Methods included from Names

#add_name_context, #context_names_from_params, #context_names_minus_irrelevants, #initialize_context_names, #showname, #with_name_context

Methods included from Render

#canonicalize_view, #configured_visibility, #current_view, #default_item_view, #default_render_args, #hidden_view?, #nest_arg_visibility, #optional_render_args, #parse_view_visibility, #render, #render_api, #show_view?, #view_method

Methods included from Permission

#approved_view, #ok?, #ok_view, #permitted_view, #view_for_unknown

Methods included from Nest

#field_nest, #get_nest_defaults, #nest, #nest_card, #nest_defaults, #process_nest

Methods included from Nest::View

#nest_render, #with_nest_mode

Methods included from Nest::Subformat

#field_subformat, #subformat

Methods included from Nest::Main

#wrap_main

Methods included from Nest::Fetch

#fetch_nested_card

Methods included from Env::Location

#card_path, #card_url, #page_path

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

Instance Method Details

#internal_url(relative_path) ⇒ Object



7
8
9
# File 'mod/email/format/email_html_format.rb', line 7

def internal_url relative_path
  card_url relative_path
end