^1640740801125
@
sname
ThingForm
slabel
ThingForm
sdescriptors
xworker.web.ControlSet
sinheritDescription
false
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
  @/@read
  sname
  read
  Sdescription
#$@text#$@
<p>装载一个数据对象并填充表单。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象的路径。</li>
	<li><strong>id：</strong>数据的标识。</li>
</ul>

<p><strong>HTTP的返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  read
    @/@read/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@read/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      read
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@create
  sname
  create
  Sdescription
#$@text#$@
<p>通过表单提交的数据创建一个数据。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li>dataObjectPath：数据对象。</li>
	<li>表单数据：其他为表单提交的参数。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  create
    @/@create/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@create/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      create
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@update
  sname
  update
  Sdescription
#$@text#$@
<p>通过表单的数据更新一个数据。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象。</li>
	<li><strong>其他：</strong>表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + JsonFormator.formatString((String) result.get(&quot;msg&quot;)) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  update
    @/@update/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@update/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      update
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@update1
  sname
  updateBaseInfo
  Sdescription
#$@text#$@
<p>通过表单的数据更新一个数据。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象。</li>
	<li><strong>其他：</strong>表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + JsonFormator.formatString((String) result.get(&quot;msg&quot;)) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  update1
    @/@update1/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@update1/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      updateBaseInfo
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@delete
  sname
  delete
  Sdescription
#$@text#$@
<p>通过表单提交的数据删除一个数据对象。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li>dataObjectPath：数据对象。</li>
	<li>其他：表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  delete
    @/@delete/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@delete/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      delete
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@validate
  sname
  validate
  Sdescription
#$@text#$@
<p>校验一个表单的数据。</p>

<p><strong>HTTP请求：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象。</li>
	<li><strong>其他：</strong>表单数据。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sth_createIndex
  false
  sid
  validate
    @/@validate/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@validate/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      validate
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@init
  sname
  init
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sth_createIndex
  false
  sid
  init
  @/@autoLoad
  sname
  autoLoad
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_mark
  false
  sid
  autoLoad
    @/@autoLoad/@view
    sname
    view
    sbelongToHtml
    false
    sstyle
    default
    shasHead
    false
    shasBottom
    false
    SotherHeads
#$@text#$@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<LINK REL ="stylesheet" TYPE="text/css" HREF="fckeditor/2_6beta1/editor/css/fck_editorarea.css" TITLE="Style"/>
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>
#$@text#$@
    sdescriptors
    xworker.web.controls.SimpleControl/@view
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_mark
    false
    sid
    view
      @/@autoLoad/@view/@code
      sname
      code
      scode
      Ext.getCmp('${requestBean.id?if_exists}').getForm().load({url:'do?sc=xworker.web.app.view.extjs.server.ThingForm/@read&thingPath=${requestBean.thingPath?if_exists}', waitMsg:'正在加载，请稍后...'})
      sdescriptors
      xworker.html.base.container.childs/@code
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_mark
      false
      sid
      code
    @/@autoLoad/@success
    sname
    success
    stype
    form
    scontentType
    text/js
    svalue
    xworker.web.app.view.extjs.server.ThingForm/@autoLoad/@view
    sdescriptors
    xworker.web.controls.SimpleControl/@result
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_mark
    false
    sid
    success
  @/@read1
  sname
  addChild
  Sdescription
#$@text#$@
<p>装载一个数据对象并填充表单。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li><strong>dataObjectPath：</strong>数据对象的路径。</li>
	<li><strong>id：</strong>数据的标识。</li>
</ul>

<p><strong>HTTP的返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  read1
    @/@read1/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@read1/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      addChild
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@create1
  sname
  createCategory
  Sdescription
#$@text#$@
<p>通过表单提交的数据创建一个数据。</p>

<p><strong>HTTP参数：</strong></p>

<ul>
	<li>dataObjectPath：数据对象。</li>
	<li>表单数据：其他为表单提交的参数。</li>
</ul>

<p><strong>HTTP返回值：</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String code = &quot;{\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;success\&quot;:&quot; + result.get(&quot;success&quot;) + &quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;msg\&quot;:\&quot;&quot; + result.get(&quot;msg&quot;) + &quot;\&quot;,\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;\&quot;data\&quot;:&quot; + record + &quot;\n&quot; +<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&quot;}&quot;;</p>
#$@text#$@
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sid
  create1
    @/@create1/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@create1/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      createCategory
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
  @/@deleteCategory
  sname
  deleteCategory
  sdescriptors
  xworker.web.ControlSet/@SimpleControl
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_mark
  false
  sid
  deleteCategory
    @/@deleteCategory/@actions
    sname
    actions
    sdescriptors
    xworker.web.controls.SimpleControl/@actions
    sid
    actions
      @/@deleteCategory/@actions/@doAction
      sname
      doAction
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.web.app.view.extjs.server.ThingForm
      smethodName
      deleteCategory
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      doAction
