EGL (programming language): Difference between revisions

Content deleted Content added
m Code examples: line highlight
m Code examples: lang=javascript
Line 71:
An EGL Service part contains public functions meant to be accessed from other applications or systems. In this example, a service with two functions is defined.
 
<source lang="textjavascript" line highlight="1,5,11">
package com.mycompany.services;
 
Line 102:
The main component of a Rich UI application is a Rich UI handler part. These parts are generated into JavaScript.
 
<source lang="textjavascript" line highlight="8">
package com.mycompany.ui;
 
Line 110:
import dojo.widgets.DojoGridColumn;
 
handler EmployeeView type RUIhandler { initialUI = [ grid ],
onConstructionFunction = start,
], onConstructionFunction = start, cssFile = "main.css" }
 
grid DojoGrid { behaviors = [ ], headerBehaviors = [ ], columns = [