Author: cluts
Date: 2008-07-31 09:24:00 -0400 (Thu, 31 Jul 2008)
New Revision: 9845
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
trunk/docs/userguide/en/src/main/resources/css/html.css
Log:
RF-3875 - "table rows are shifted see this in IE 6 (to be implemented)
enableDate(date) Enables date cell control on the calendar" - done;
"bold font in all single version userguide" - done;
"title for images are too large, the smaller font should be used" - done.
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-07-31 13:00:53 UTC
(rev 9844)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-07-31 13:24:00 UTC
(rev 9845)
@@ -288,11 +288,11 @@
</row>
<row>
<entry role="tbi">enable()</entry>
- <entry role="tbi">Enables the control for input
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Enables the control for input
(to be implemented)</entry>
</row>
<row>
<entry role="tbi">disable()</entry>
- <entry role="tbi">Disables the control for input
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Disables the control for input
(to be implemented)</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml 2008-07-31 13:00:53
UTC (rev 9844)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml 2008-07-31 13:24:00
UTC (rev 9845)
@@ -442,7 +442,7 @@
</row>
<row>
<entry role="tbi">setValue(newValue) </entry>
- <entry role="tbi">Sets the current value
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Sets the current value (to be
implemented)</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-07-31
13:00:53 UTC (rev 9844)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 2008-07-31
13:24:00 UTC (rev 9845)
@@ -463,7 +463,7 @@
<row>
<entry role="tbi">setValue(newValue)</entry>
- <entry role="tbi">Sets the current value
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Sets the current value (to be
implemented)</entry>
</row>
</tbody>
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-07-31 13:00:53
UTC (rev 9844)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-07-31 13:24:00
UTC (rev 9845)
@@ -407,44 +407,44 @@
<!--Controls common API -->
<row>
<entry role="tbi">hide()</entry>
- <entry role="tbi">Hides ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Hides ordering control (to be
implemented)</entry>
</row>
<row>
<entry role="tbi">show()</entry>
- <entry role="tbi">Shows ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Shows ordering control (to be
implemented)</entry>
</row>
<row>
<entry role="tbi">isShown()</entry>
- <entry role="tbi">Checks if current control is
shown <para>(to be implemented)</para></entry>
+ <entry role="tbi">Checks if current control is
shown (to be implemented)</entry>
</row>
<row>
<entry role="tbi">enable()</entry>
- <entry role="tbi">Enables ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Enables ordering control (to be
implemented)</entry>
</row>
<row>
<entry role="tbi">disable()</entry>
- <entry role="tbi">Disables ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Disables ordering control (to
be implemented)</entry>
</row>
<row>
<entry role="tbi">isEnabled()</entry>
- <entry role="tbi">Checks if current control is
enabled <para>(to be implemented)</para></entry>
+ <entry role="tbi">Checks if current control is
enabled (to be implemented)</entry>
</row>
<!--List managing API -->
<row>
<entry role="tbi">Up()</entry>
- <entry role="tbi">Moves up selected item in the
list <para>(to be implemented)</para></entry>
+ <entry role="tbi">Moves up selected item in the
list (to be implemented)</entry>
</row>
<row>
<entry role="tbi">Down()</entry>
- <entry role="tbi">Moves down selected item in the
list <para>(to be implemented)</para></entry>
+ <entry role="tbi">Moves down selected item in the
list (to be implemented)</entry>
</row>
<row>
<entry role="tbi">Top()</entry>
- <entry role="tbi">Moves top selected item in the
list <para>(to be implemented)</para></entry>
+ <entry role="tbi">Moves top selected item in the
list (to be implemented)</entry>
</row>
<row>
<entry role="tbi">Bottom()</entry>
- <entry role="tbi">Moves bottom selected item in
the list <para>(to be implemented)</para></entry>
+ <entry role="tbi">Moves bottom selected item in
the list (to be implemented)</entry>
</row>
<row>
<entry>copy()</entry>
@@ -464,11 +464,11 @@
</row>
<row>
<entry role="tbi">getSelection()</entry>
- <entry role="tbi">Returns currently selected item
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Returns currently selected item
(to be implemented)</entry>
</row>
<row>
<entry role="tbi">getItems()</entry>
- <entry role="tbi">Returns the collection of all
items <para>(to be implemented)</para></entry>
+ <entry role="tbi">Returns the collection of all
items (to be implemented)</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2008-07-31 13:00:53
UTC (rev 9844)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2008-07-31 13:24:00
UTC (rev 9845)
@@ -396,27 +396,27 @@
<!--Controls common API -->
<row>
<entry role="tbi">hide()</entry>
- <entry role="tbi">Hides ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Hides ordering control (to be
implemented)</entry>
</row>
<row>
<entry role="tbi">show()</entry>
- <entry role="tbi">Shows ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Shows ordering control (to be
implemented)</entry>
</row>
<row>
<entry role="tbi">isShown()</entry>
- <entry role="tbi">Checks if current control is
shown <para>(to be implemented)</para></entry>
+ <entry role="tbi">Checks if current control is
shown (to be implemented)</entry>
</row>
<row>
<entry role="tbi">enable()</entry>
- <entry role="tbi">Enables ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Enables ordering control (to be
implemented)</entry>
</row>
<row>
<entry role="tbi">disable()</entry>
- <entry role="tbi">Disables ordering control
<para>(to be implemented)</para></entry>
+ <entry role="tbi">Disables ordering control (to
be implemented)</entry>
</row>
<row>
<entry role="tbi">isEnabled()</entry>
- <entry role="tbi">Checks if current control is
enabled <para>(to be implemented)</para></entry>
+ <entry role="tbi">Checks if current control is
enabled (to be implemented)</entry>
</row>
<!--List managing API -->
<row>
Modified: trunk/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/userguide/en/src/main/resources/css/html.css 2008-07-31 13:00:53 UTC (rev
9844)
+++ trunk/docs/userguide/en/src/main/resources/css/html.css 2008-07-31 13:24:00 UTC (rev
9845)
@@ -28,7 +28,7 @@
width:1000px;
margin:0 auto;
text-align:justify;
-
+ font-weight: 100;
}
div.abstract {
@@ -55,7 +55,10 @@
/* Center all images and Figure/Table titles */
div.mediaobject img {margin:left;}
-p.title {text-align:left;}
+p.title {
+ text-align:left;
+ font-size: 11px;
+}
.css_normal {
line-height:0px;
Show replies by date