1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- [
- {
- "title": MWF.xApplication.Attendance.LP.topUnitName,
- "headStyles": "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "function(d){ return (d.topUnitName||'').split('@')[0] }",
- "name" : "topUnitName",
- "width" : "15%"
- },
- {
- "title": MWF.xApplication.Attendance.LP.unitName,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "function(d){ return (d.unitName || '').split('@')[0] }",
- "name" : "unitName",
- "width" : "15%"
- },
- {
- "title": MWF.xApplication.Attendance.LP.annuaal,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "cycleYear",
- "name" : "cycleYear",
- "width" : "10%"
- },
- {
- "title": MWF.xApplication.Attendance.LP.months,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "cycleMonth",
- "name" : "cycleMonth",
- "width" : "10%"
- },
- {
- "title": MWF.xApplication.Attendance.LP.startDate,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "cycleStartDateString",
- "name" : "cycleStartDateString",
- "width" : "15%"
- },
- {
- "title": MWF.xApplication.Attendance.LP.holiday.endDate,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "cycleEndDateString",
- "name" : "cycleEndDateString",
- "width" : "15%"
- },
- {
- "access" : "admin",
- "title": MWF.xApplication.Attendance.LP.action,
- "headStyles" : "normalThNode",
- "contentStyles" : "normalTdNode",
- "item" : "actions",
- "name" : "actions",
- "width" : "5%",
- "sub" : [{
- "title": MWF.xApplication.Attendance.LP.delete,
- "action" : "remove",
- "fonticon": "o2icon-icon_delete",
- // "icon": "delete.png",
- "styles" : "documentActionNode",
- "overStyles" : "documentActionNode_over",
- "downStyles" : "documentActionNode_down"
- }]
- }
- ]
|