Class: Ambling::Column::Settings::ContextMenu::DefaultItems
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::ContextMenu::DefaultItems
- Includes:
- Base
- Defined in:
- lib/ambling/column.rb
Constant Summary collapse
- VALUES =
[:zoom,:print]
Instance Attribute Summary collapse
-
#print ⇒ Object
- true
-
(true / false) to show or not flash players print menu.
-
#zoom ⇒ Object
- true
-
(true / false) to show or not flash players zoom menu.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#print ⇒ Object
- true
-
(true / false) to show or not flash players print menu
1047 1048 1049 |
# File 'lib/ambling/column.rb', line 1047 def print @print end |
#zoom ⇒ Object
- true
-
(true / false) to show or not flash players zoom menu
1042 1043 1044 |
# File 'lib/ambling/column.rb', line 1042 def zoom @zoom end |