mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Updated CodeCorner3 (markdown)
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>
|
||||
<row>
|
||||
<description font_style="20" href="40" value="firstname" no_lang="1"/>
|
||||
<textbox blur="Type in a name" id="test_firstname" no_lang="1" size="25" maxlength="40"/>
|
||||
</row>
|
||||
</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>
|
||||
<row>
|
||||
<button label="new " id="new"/>
|
||||
<button align="right" label="submit" id="submit"/>
|
||||
</row>
|
||||
</pre>
|
||||
those are buttons in a row (of a grid)
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
|
Loading…
Reference in New Issue
Block a user