dynamic form rendering for template
bootstrap datetime widget. jquery update is needed, testing with hosted jquery first.
This commit is contained in:
parent
c7b5592fa9
commit
46ecdf393d
11 changed files with 10512 additions and 69 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue