Class: Ambling::Pie::Settings::ContextMenu::DefaultItems

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/pie.rb

Constant Summary collapse

VALUES =
[:zoom,:print]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

true

(true / false) to show or not flash players print menu



758
759
760
# File 'lib/ambling/pie.rb', line 758

def print
  @print
end

#zoomObject

true

(true / false) to show or not flash players zoom menu



753
754
755
# File 'lib/ambling/pie.rb', line 753

def zoom
  @zoom
end