%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2011 %>
'
menuCfg="{items: [{
iconCls: 'icon_edit',
text: '<%=t "automate_schedule_variables.index.edit_automate_schedule_variable_object" %>',
actsOn: 'one',
actionUrl: '<%= edit_automate_schedule_variable_path(-1) %>'
},{
iconCls: 'icon_delete',
text: '<%=t "automate_schedule_variables.index.delete_automate_schedule_variable_object" %>',
actsOn: 'one',
method: 'DELETE',
actionUrl: '<%= automate_schedule_variable_path(-1) %>',
ajaxRequest: true,
confirmText: '<%=t "automate_schedule_variables.index.delete_confirmation" %>'
}]}"
sortField="{field: 'name', direction: 'ASC'}"
tbar="{}"
useCheckboxSelection="true"
rowToSelect="-1"
url="<%= automate_schedule_variables_path(:format => 'json', :calendar_id => @calendar.id) %>">