lib/netzke/form/base.rb in netzke-basepack-6.5.0.0.rc1 vs lib/netzke/form/base.rb in netzke-basepack-6.5.0.0.rc2
- old
+ new
@@ -50,9 +50,13 @@
#
# someForm.server.load({id: 100});
#
# * +submit+ - gets called when the form gets submitted (e.g. by pressing the Apply button, or by calling netzkeOnApply)
# * +get_combobox_options+ - gets called when a 'remote' combobox field gets expanded
+
+ autoload :Endpoints, 'netzke/form/endpoints'
+ autoload :Services, 'netzke/form/services'
+
class Base < Netzke::Base
include Netzke::Form::Endpoints
include Netzke::Form::Services
include Netzke::Basepack::Attributes
include Netzke::Basepack::Fields