| author | Vrishali Doke | 2012-06-07 05:36:09 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-06-15 10:41:42 (EDT) |
| commit | 8f77367bf7ceca0e15aad40731116e157a876439 (patch) (side-by-side diff) | |
| tree | 8c241671c01809296f4cae26234c68da440190a4 | |
| parent | a5f2b71c8588dd22f985f92778ee26ed59fa9d37 (diff) | |
| download | org.eclipse.stardust.documentation-8f77367bf7ceca0e15aad40731116e157a876439.zip org.eclipse.stardust.documentation-8f77367bf7ceca0e15aad40731116e157a876439.tar.gz org.eclipse.stardust.documentation-8f77367bf7ceca0e15aad40731116e157a876439.tar.bz2 | |
CRNT-24969 - Updated for prefix, suffix and rows predefined properties
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@56901 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html b/org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html index cf9f669..3d78bae 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html +++ b/org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html @@ -368,7 +368,7 @@ alt="Structured Data - Field Level Properties"></a><br> </tr>
<tr>
<td>CSS Style Class</td>
- <td>Specify the class name from .css file. For example, .noteTip</td>
+ <td>Specify the class name from .css file.</td>
<td>Specify the name of the class from .css file. Include the css file in the <strong>skin</strong>
folder of <a href="PLUGINS_ROOT/org.eclipse.stardust.docs.enduser/html/handbooks/execution-clients/
admin-portal/views/admin-portal-resource.html">
@@ -378,9 +378,11 @@ alt="Structured Data - Field Level Properties"></a><br> <tr>
<td>Prefix i18 Key</td>
<td>-</td>
- <td>Specify the key in the according language bundle properties file. The format should be
+ <td>Specify the key and its value in the according language bundle properties file in the modeler. The format should be
StructuredType.<FullXPath>.<Field Name>= <specify value>. The value for the key is read from
- properties file and displayed in @productname@ Portal in specified language.</td>
+ properties file and displayed in @productname@ Portal in specified language.
+ For example, enter <tt>StructuredType.Customer.Firstname.Prefix=Welcome</tt> in the modeler language bundle properties file
+ and save it.</td>
</tr>
<tr>
<td>Prefix</td>
@@ -393,7 +395,10 @@ alt="Structured Data - Field Level Properties"></a><br> <td>-</td>
<td>Specify the key in the according language bundle properties file. The format should be
StructuredType.<FullXPath>.<Field Name> = <specify value>. The value for the key will be read from
- properties file and displayed in @productname@ Portal in specified language.</td>
+ properties file and displayed in @productname@ Portal in specified language.
+ For example, enter <tt>StructuredType.Customer.Lastname.Suffix=Visit Again</tt> in the modeler language bundle properties file
+ and save it.
+ </td>
</tr>
<tr>
<td>Suffix</td>
@@ -406,17 +411,17 @@ alt="Structured Data - Field Level Properties"></a><br> <td>Select Text Input or Text Area</td>
<td>If the Text Input is selected, then the following <strong>Rows</strong> and
<strong>Columns</strong> fields become invalid. If Text Area is selected, you can specify
- more characters. For example, in the Test Area, you can specify complete address of home and office.</td>
+ more characters. For example, in the Text Area, you can specify complete address of home and office.</td>
</tr>
<tr>
<td>Rows</td>
- <td>Specify the size of rows to be displayed in the @productname@</td>
- <td>Specified rows get displayed. If String Input Type is Text Area then rows are displayed. </td>
+ <td>Specify the number of rows to be displayed in the @productname@</td>
+ <td>Specified rows get displayed. If String Input Type is Text Area then only the specified number of rows are displayed.</td>
</tr>
<tr>
<td>Columns</td>
- <td>Specify the size of columns to be displayed in the @productname@</td>
- <td>Specified columns get displayed. If String Input Type is Text Area then columns are displayed. </td>
+ <td>Specify the size/width of columns to be displayed in the @productname@</td>
+ <td>Specified columns get displayed. If String Input Type is Text Area then only the columns are displayed. </td>
</tr>
<tr>
<td>Boolean Readonly Input Type</td>
|

