lib/rmobio/doc/classes/Rmobio/Rxml/XformsTransformer.src/M000016.html in rmobio-1.1.14 vs lib/rmobio/doc/classes/Rmobio/Rxml/XformsTransformer.src/M000016.html in rmobio-1.1.15

- old
+ new

@@ -9,12 +9,12 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File rxml/xforms_transformer.rb, line 629</span> - <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">table_row</span>(<span class="ruby-identifier">doc</span>, <span class="ruby-identifier">style</span>=<span class="ruby-value str">&quot;&quot;</span>, <span class="ruby-identifier">xstyle</span>=<span class="ruby-value str">&quot;&quot;</span>) - <span class="ruby-ivar">@view_buffer</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;\n&lt;m:rowlist col=\&quot;auto\&quot;&gt;&quot;</span> + <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">table_row</span>(<span class="ruby-identifier">doc</span>, <span class="ruby-identifier">id</span>, <span class="ruby-identifier">nodeset</span>, <span class="ruby-identifier">style</span>=<span class="ruby-value str">&quot;&quot;</span>, <span class="ruby-identifier">xstyle</span>=<span class="ruby-value str">&quot;&quot;</span>) + <span class="ruby-ivar">@view_buffer</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;\n&lt;m:rowset id=\&quot;#{id}\&quot; nodeset=\&quot;#{nodeset}\&quot; col=\&quot;auto\&quot;&gt;&quot;</span> <span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">doc</span> - <span class="ruby-ivar">@view_buffer</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'&lt;/m:rowlist&gt;'</span> + <span class="ruby-ivar">@view_buffer</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">'&lt;/m:rowset&gt;'</span> <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file