[WIP] Add recon and record to Help tab
This commit is contained in:
parent
6616d01725
commit
afce62fcd3
@ -205,6 +205,12 @@ ExpressionPreviewDialog.Widget.prototype._renderHelp = function(data) {
|
|||||||
},
|
},
|
||||||
{ name: "rowIndex",
|
{ name: "rowIndex",
|
||||||
description: $.i18n('core-dialogs/row-index')
|
description: $.i18n('core-dialogs/row-index')
|
||||||
|
},
|
||||||
|
{ name: "record",
|
||||||
|
description: $.i18n('core-dialogs/record-fields')
|
||||||
|
},
|
||||||
|
{ name: "recon",
|
||||||
|
description: $.i18n('core-dialogs/recon-fields')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
for (var i = 0; i < vars.length; i++) {
|
for (var i = 0; i < vars.length; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user