mwf.xdesktop.requireapp("process.xform", "$module", null, false);
/** @class common 通用组件。
* @o2cn 通用组件
* @example
* //可以在脚本中获取该组件
* //方法1:
* var el = this.form.get("name"); //获取组件
* //方法2
* var el = this.target; //在组件事件脚本中获取
* @extends mwf.xapplication.process.xform.$module
* @o2category formcomponents
* @o2range {process|cms|portal}
* @hideconstructor
*/
mwf.xapplication.process.xform.common = mwf.appcommon = new class({
extends: mwf.app$module,
_loaduserinterface: function(){
if (this.json.innerhtml){
var nodes = this.node.childnodes;
for (var i=0; i