^1640742913082
@
sname
RemoteFunctions
slabel
RemoteFunctions
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
  @/@OpenWindow
  sname
  OpenRemoteWindow
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  Window
  smodifier
  public
  sinheritDescription
  true
  sth_createIndex
  true
  sth_registThing
  child|xworker.extjs.Function
  sth_mark
  false
  sid
  OpenWindow
    @/@OpenWindow/@actions
    sname
    actions
    slabel
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sid
    actions
      @/@OpenWindow/@actions/@toJavaScriptCode1
      sname
      toJavaScriptCode
      schangeSelf
      true
      sselfVarName
      data
      sinterpretationType
      Self
      svarScope
      Local
      sdescriptors
      xworker.lang.actions.Actions/@ActionGroup
      sid
      toJavaScriptCode1
        @/@OpenWindow/@actions/@toJavaScriptCode1/@actions
        sname
        actions
        sdescriptors
        xworker.lang.actions.Begin/@actions
        sid
        actions
          @/@OpenWindow/@actions/@toJavaScriptCode1/@actions/@toJavaScriptCode
          sname
          toTemplate
          stype
          freemarker
          svarScope
          Local
          stemplateEncoding
          UTF-8
          soutputEncoding
          UTF-8
          StemplateCode
#$@text#$@
var xr = Ext.ns('Ext.xworker.remote');
xr.openWindow('${data.windowNameSpace?if_exists}', 
    'do?sc=${data.windowPath?if_exists}&' + ${data.urlParams?default("''")},
    ${data.callback?if_exists},
    ${data.params?if_exists});
#$@text#$@
          sinterpretationType
          Self
          sattributeTemplate
          false
          schildsAttributeTemplate
          false
          sisSynchronized
          false
          sthrowException
          true
          suseOtherAction
          false
          screateLocalVarScope
          false
          ssaveReturn
          false
          sdisableGlobalContext
          false
          sdescriptors
          xworker.core.text.TextTemplate
          sid
          toJavaScriptCode
    @/@OpenWindow/@name
    sname
    name
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    name
    @/@OpenWindow/@label
    sname
    label
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    label
    @/@OpenWindow/@windowNameSpace
    sname
    windowNameSpace
    sinputtype
    openWindow
    ssize
    40
    sinputattrs
    xworker.swt.xworker.attributeEditor.openWins.SelectThingOpenWindow/@shell|attributeName=namespace,descriptor=xworker.extjs.xw.remote.RemoteWidget,returnType=attribute
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    windowNameSpace
    @/@OpenWindow/@windowPath
    sname
    windowPath
    sinputtype
    openWindow
    ssize
    60
    scolspan
    2
    sinputattrs
    xworker.swt.xworker.attributeEditor.openWins.SelectThingOpenWindow/@shell|descriptor=xworker.extjs.xw.remote.RemoteWidget,returnType=path
    sreadOnly
    false
    sinheritDescription
    false
    sdescription
    <p>必须是RemoteWidget。</p>
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    windowPath
    @/@OpenWindow/@urlParams
    sname
    urlParams
    ssize
    60
    sshowLabel
    true
    sreadOnly
    false
    sdefault
    ''
    sinheritDescription
    false
    Sdescription
#$@text#$@
<p>URL的附加参数，在最终生成的javascript中使用+号连接。</p>

<p>生成是的代码是：</p>

<p>&#39;do?sc=${data.windowPath?if_exists}&amp;&#39; + ${data.urlParams?default(&#39;&#39;)}</p>
#$@text#$@
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_mark
    false
    sid
    urlParams
    @/@OpenWindow/@params
    sname
    params
    sinputtype
    textarea
    ssize
    60
    scolspan
    2
    sshowLabel
    true
    sreadOnly
    false
    sdefault
    {}
    sinheritDescription
    false
    sdescription
    <p>这个是窗口打开后调用窗口自身的init函数是传的参数，不是提交到服务器的参数。</p>
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    params
    @/@OpenWindow/@function
    sname
    callback
    sinputtype
    textarea
    sreadOnly
    false
    sdefault
    null
    sinheritDescription
    false
    sdescription
    <p>如果不为空，那么在弹出窗里把它以parentFn赋值到弹出窗口上，从而使弹出窗口可以调用它。</p>
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sid
    function
