class TemplateScheduleType
Public Instance Methods
layout()
click to toggle source
include VTListPane
# File Views/Template/ScheduleType.rb, line 4 def layout @order=400 @update = true @visible = false gui_hboxg do #gui_vboxg :nogroup do #vtlp_list :stype, :name, :flexheight => 1 #show_button :new, :delete #end gui_vboxg :nogroup do show_html :choice, :flex => 1 show_button :save, :render end end end
rpc_update(session)
click to toggle source
# File Views/Template/ScheduleType.rb, line 21 def rpc_update(session) reply(:update, :choice => ScheduleTypes.get_html) + reply(:eval, ScheduleTypes.get_script) end