Skip to main content link. Accesskey S

XPages Wiki

Submit Search

YouAtNotes XPages Wiki


Page1

By Tag: variables

Work with datasources

Julian Buss | August 19, 2009 9:48:06 AM | Tags:code, javascript, variables

==Where to define a datasource== You can define a datasource on different levels: * in the XPage properties * in the properties of a custom component * in the properties of a panel Use the folowing rule of thumb: If you need a datasource in your whole XPage and even in custom components which are ...

Work with scoped variables

Julian Buss | April 6, 2009 1:05:47 PM | Tags:variables

==Place data into a variable== {code:} sessionScope.put("key", "some string value"); var a = new Array(); a.push("value1"); a.push("value2"); sessionScope.put("anotherkey", a); {code} ==Get data== {code:} var v = sessionscope.get("key"); {code} ==Scope types== ===applicationScope=== Are visible ...

Page1
Use  searchlotus.com  for news in the Web related to Lotus Notes and Domino,
and to search those sites.
Check  youatnotes.com  for great Lotus Notes, Domino and XPages software.
Did this wiki help you?
Did this saved you time? Express your gratitude by making a donation:
PayPal - The safer, easier way to pay online!