dynamic form rendering for template

bootstrap datetime widget.

jquery update is needed, testing with hosted jquery first.
This commit is contained in:
Naomi 2013-07-26 17:33:17 -04:00
parent c7b5592fa9
commit 46ecdf393d
11 changed files with 10512 additions and 69 deletions

View file

@ -201,10 +201,13 @@ var AIRTIME = (function(AIRTIME) {
function makeHistoryDialog(html) {
$hisDialogEl = $(html);
$hisDialogEl.dialog({
title: $.i18n._("Edit History Record"),
modal: true,
open: function( event, ui ) {
$hisDialogEl.find('.date').datetimepicker();
},
close: function() {
removeHistoryDialog();
}