Greeting Page | Table Page | New Node Page | Form Page |
This page shows a span of text that is replaced with the Greeting value from the application configuration file. You can change the greeting by editing the value of Greeting in the EnydraSample.conf file. To see the new value take effect, be sure to save the conf file to disk before restarting the MultiServer. The html for the span is:<span id="spanGreeting">message</span>Below is the actual span with the current Greeting value: message HTMLElement element = page.getElementSpanGreeting(); EnhydraSample app = (EnhydraSample) comms.application; XMLCUtil.getFirstText(element).setData(app.getGreeting()); |
Enhydra | Lutris | Borland | JBuilder |