Class: Ambling::Xy::Settings::ContextMenu::DefaultItems
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::ContextMenu::DefaultItems
- Includes:
- Base
- Defined in:
- lib/ambling/xy.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
1347 1348 1349 |
# File 'lib/ambling/xy.rb', line 1347 def print @print end |
#zoom ⇒ Object
- true
-
(true / false) to show or not flash players zoom menu
1342 1343 1344 |
# File 'lib/ambling/xy.rb', line 1342 def zoom @zoom end |