Method: MiniGL::Panel#enabled

Defined in:
lib/minigl/forms.rb

#enabledObject

Whether the components inside this panel are enabled.



96
97
98
# File 'lib/minigl/forms.rb', line 96

def enabled
  @enabled
end