style sheet selection

Is there a control or way that I can use to allow the user to dynamically change the style sheet in the say way that NATLOGON uses. I looked at the natlogon.xml file and it uses a combo box with a named method etc.

What I would like to do is (from Natural) to allow the user to select a new style sheet like we do for the terminal emulation.

When starting an Application Designer page you can pass the stylesheet as a parameter. Example:

SESSIONCSS=../cis/styles/CIS_WM.css

A complete example url looks like the following:


http://localhost:8080/cisnatural/servlet/StartCISPage?PAGEURL=/cisnatural/NatLogon.html&SESSIONCSS=../cis/styles/CIS_WM.css

This is supported for all Application Designer pages in the current NJX versions.

Additionally Application Designer supports to dynamically switch stylesheets from within the server-side applications. This feature is currently supported for Java Adapters. There is an enhancement request for Natural Adapters but this is not yet supported in NJX123.

Best Regards,
Christine

Perfect - works well.

Thanks!

Demos