Updated CodeCorner3 (markdown)

leithoff 2016-07-19 16:22:25 +02:00
parent d312c49455
commit 22702d4c7f

@ -169,11 +169,18 @@ An h-rule and a grid with our inputboxes and two buttons. one to clear, one to s
<dd>
<dl>
<dt>Step 4</dt>
<dd>as type choose <em>Text</em>, as label <em>name</em>, as name <em>name</em>, add a blurText of your choice and maybe a help. You may set the dimensions of the textfield by setting the options to <em>20,40</em> (approximately 20 character visible, 40 character in available width):</dd>
<dd>
thats a typical textbox with lable up front (description), placed in a grid (for alignment)
<pre>
&lt;row&gt;
&lt;description font_style="20" href="40" value="firstname" no_lang="1"/&gt;
&lt;textbox blur="Type in a name" id="test_firstname" no_lang="1" size="25" maxlength="40"/&gt;
&lt;/row&gt;
</pre>
</dd>
</dl>
<dl>
<dd>[vfs:/home/Manual/etemplate2.png]</dd>
<dd>Save your work.</dd>
</dl>
</dd>
@ -189,14 +196,13 @@ An h-rule and a grid with our inputboxes and two buttons. one to clear, one to s
<dl>
<dd>
<ul>
<li>Doubleclick on the label of our newly created name-text-field.</li>
<li>in the upper area of the properties window is a bar with three select boxes. Within the third one select <em>insert a column behind</em>.</li>
<li>Doubleclick on the label of our name-text-field.</li>
<li>in the third line of the properties window, klick on the tiny right-arrow behind the word <em>grid</em>.</li>
<li>choose <em>Submitbutton</em>, as label <em>submit</em>, as name <em>submit</em></li>
<li>Save</li>
</ul>
<pre>
&lt;row&gt;
&lt;button label="new " id="new"/&gt;
&lt;button align="right" label="submit" id="submit"/&gt;
&lt;/row&gt;
</pre>
those are buttons in a row (of a grid)
</dd>
</dl>
</dd>