Class: KirguduBase::DynamicPages::Widget

Inherits:
PageElement show all
Defined in:
app/models/kirgudu_base/dynamic_pages/widget.rb

Instance Attribute Summary

Attributes inherited from PageElement

#enabled, #html_options, #id, #name, #use_i18n, #visible

Attributes inherited from Element

#parent_entry

Instance Method Summary collapse

Methods inherited from PageElement

#i18n_data_as_string, #to_external_hash

Methods inherited from Element

#as_json, #fix_parent_entry, #kontroller_klass, #to_external_hash

Methods included from Models::MergeableElements::ClassMethods

#get_mergeable_attributes, #mergeable_attributes

Methods included from Models::FixableElements::ClassMethods

#fixable_attributes, #get_kb_fixable_attributes

Methods included from Models::FixableElements::InstanceMethods

#fix_parent_entry

Methods included from Models::MergeableElements::InstanceMethods

#merge

Constructor Details

#initialize(options = {}) ⇒ Widget

Returns a new instance of Widget.



5
6
7
8
9
# File 'app/models/kirgudu_base/dynamic_pages/widget.rb', line 5

def initialize(options = {})


	super(options)
end