Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Tables in DCT
sunil_j
Hi,
Is it possible to create Tables inside a Data Capture Templates ? If yes how can we create another row of a table, after the user finishes entering one row in the Table ?
A sniplet of Code would help me to understand things better .
Thanx
Sunil
Find more posts tagged with
Comments
MattP
I have used a stripped down visual format tool bar to do this. I only allow add, remove on rows and columns. By default, I add a 1 row, 3 cell table that the user can start with. Otherwise, you could look into a complex set of input boxes in a container.
Matt
<item name="Table">
<label>Table</label>
<description>A table is inserted by default. Add rows and cells with content</description>
<textarea cols="75" rows="20" external-editor="visualformat" external-editor-config="visualformatconfig_pgs_table.xml">
<default>
<table border=1 class="cleantable" width="100%">
<tr>
<td>text </td>
<td>text</td>
<td>text</td>
</tr>
</table>
</default>
</textarea>
</item>
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA