You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2015/07/01 11:24:14 UTC

svn commit: r956528 - in /websites/staging/directory/trunk/content: ./ studio/developers-howtos/howtos/table-widget.html

Author: buildbot
Date: Wed Jul  1 09:24:13 2015
New Revision: 956528

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/studio/developers-howtos/howtos/table-widget.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  1 09:24:13 2015
@@ -1 +1 @@
-1688608
+1688609

Modified: websites/staging/directory/trunk/content/studio/developers-howtos/howtos/table-widget.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/developers-howtos/howtos/table-widget.html (original)
+++ websites/staging/directory/trunk/content/studio/developers-howtos/howtos/table-widget.html Wed Jul  1 09:24:13 2015
@@ -162,15 +162,18 @@
 </pre></div>
 
 
-<p>or this, if the element are ordered
-    +--------------------------------------+
-    | Element 1                            | (Add... )
-    | Element 2                            | (Edit...)
-    |                                      | (Delete )
-    |                                      | ---------
-    |                                      | (Up )
-    |                                      | (Down )
-    +--------------------------------------+</p>
+<p>or this, if the elements are ordered</p>
+<div class="codehilite"><pre><span class="o">+--------------------------------------+</span>
+<span class="o">|</span> <span class="n">Element</span> 1                            <span class="o">|</span> <span class="p">(</span><span class="n">Add</span><span class="p">...</span> <span class="p">)</span>
+<span class="o">|</span> <span class="n">Element</span> 2                            <span class="o">|</span> <span class="p">(</span><span class="n">Edit</span><span class="p">...)</span>
+<span class="o">|</span>                                      <span class="o">|</span> <span class="p">(</span><span class="n">Delete</span> <span class="p">)</span>
+<span class="o">|</span>                                      <span class="o">|</span> <span class="o">---------</span>
+<span class="o">|</span>                                      <span class="o">|</span> <span class="p">(</span><span class="n">Up</span> <span class="p">)</span>
+<span class="o">|</span>                                      <span class="o">|</span> <span class="p">(</span><span class="n">Down</span> <span class="p">)</span>
+<span class="o">+--------------------------------------+</span>
+</pre></div>
+
+
 <p>Optionally, the <em>Edit</em> button might be disabled. </p>
 <p>Clicking on an element will select it, so that one can delete it.</p>
 <p>Last, not least, double clicking on an element will edit it, if allowed. In this case, a dedicated Dialog will be opened.</p>