@xworker.core.relations.ThingNotesComposite
sname
ThingNotesComposite
slabel
ThingNotesComposite
sdescriptors
xworker.swt.widgets.Display
@xworker.core.relations.ThingNotesComposite/@shell
sname
shell
stext
Thing Notes
sNO_TRIM
false
sCLOSE
true
sTITLE
true
sMIN
true
sMAX
true
sBORDER
false
sRESIZE
false
sON_TOP
false
sTOOL
false
sNO_FOCUS
false
swidth
-1
sheight
-1
scenterScreen
true
spack
false
smaximized
false
sfullScreen
false
sH_SCROLL
false
sV_SCROLL
false
sNO_BACKGROUND
false
sNO_MERGE_PAINTS
false
sNO_REDRAW_RESIZE
false
sNO_RADIO_GROUP
false
sEMBEDDED
false
sDOUBLE_BUFFERED
false
scapture
false
senabled
true
sredraw
true
svisible
true
sxw_cl_global
false
sdescriptors
xworker.swt.widgets.Display/@Shell
@xworker.core.relations.ThingNotesComposite/@shell/@shellFillLayout
sname
shellFillLayout
stype
SWT.HORIZONTAL
sxw_cl_global
false
sdescriptors
xworker.swt.Layouts/@FillLayout
@xworker.core.relations.ThingNotesComposite/@shell/@noteComposite
sname
noteComposite
sBORDER
false
sH_SCROLL
false
sV_SCROLL
false
sNO_BACKGROUND
false
sNO_FOCUS
false
sNO_MERGE_PAINTS
false
sNO_REDRAW_RESIZE
false
sNO_RADIO_GROUP
false
sEMBEDDED
false
sDOUBLE_BUFFERED
false
scapture
false
senabled
true
sredraw
true
svisible
true
sxw_cl_global
false
sdescriptors
xworker.swt.Widgets/@Composite
@xworker.core.relations.ThingNotesComposite/@shell/@noteComposite/@noteCompositeFillLayout
sname
noteCompositeFillLayout
stype
SWT.HORIZONTAL
sxw_cl_global
false
sdescriptors
xworker.swt.Layouts/@FillLayout
@xworker.core.relations.ThingNotesComposite/@shell/@noteComposite/@browser
sname
browser
sBRODER
false
sMOZILLA
false
sNO_FOCUS
false
sdescriptors
xworker.swt.Widgets/@Browser
@xworker.core.relations.ThingNotesComposite/@shell/@noteComposite/@init
sname
init
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
sdisableGlobalContext
false
Scode
#$@text#$@
def globalCfg = world.getThing("_local.xworker.config.GlobalConfig");
def url = globalCfg.get("webUrl");

def metaThing = world.getThing("xworker.lang.MetaThing");
def paths = metaThing.doAction("getAllDEPaths", actionContext, ["thing":thing]);
url = url + "do?sc=xworker.lang.relations.ThingNotesWebControl/@thingNotes&thingPath=" + paths;
browser.setUrl(url);
#$@text#$@
sdescriptors
xworker.swt.Widgets/@Code
