83. var className = xfaNode.className; 84. var subNodes = thisObject.nodes; 85. if( subNodes.length >0 ){ 86. for ( var x = 0; x < subNodes.length; x++) { 87. loopThroughInternal2(subNodes.item(x)); 88. } 89. }else{ 90.
91. if(taxML.form3.Table1.Row2.instanceManager.count <_length2){ 92. //开始新增加行了
93. taxML.form3.Table1.Row2.instanceManager.addInstance(1); 94. }
95. if (thisObject.value != null ) { 96. //app.alert(somExp);
97. xfa.resolveNode(somExp).value = thisObject.value; 98. } 99. } 100. }
绑定的xml‘文件如下: