Feature #67: Advanced document template events

OnGenerated and OnImportAttachment allow advanced users to enter
expressions which will be evaluated whenever these document
template/importing events are triggered. This enables greater
automation.
This commit is contained in:
Gary Sharp
2014-07-26 20:02:59 +10:00
parent c528a2be26
commit 1cc7e94646
32 changed files with 2179 additions and 1474 deletions
+13 -2
View File
@@ -228,8 +228,12 @@ table.deviceProfileTable {
}
#configurationDeviceProfileShow {
#ComputerNameTemplate {
width: 300px;
#DeviceProfile_ComputerNameTemplate {
height: 16px;
min-height: 16px;
width: calc(~"100% - 32px");
overflow: hidden;
font-family: @FontFamilyMono;
}
#expressionBrowserAnchor {
@@ -656,6 +660,13 @@ div.logEventsViewport {
width: 140px;
}
#DocumentTemplate_FilterExpression, #DocumentTemplate_OnGenerateExpression, #DocumentTemplate_OnImportAttachmentExpression {
height: 16px;
min-height: 16px;
overflow: hidden;
font-family: @FontFamilyMono;
}
#Config_DocumentTemplates_Scope_Button {
margin-top: 4px;
}