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="
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="
package com.mycompany.ui;
Line 110:
import dojo.widgets.DojoGridColumn;
handler EmployeeView type RUIhandler { initialUI = [ grid ],
onConstructionFunction = start,
grid DojoGrid { behaviors = [ ], headerBehaviors = [ ], columns = [
|