Thomas Dumm wrote:
> 
> ------------------ 
> <property name="gre.GenericTableEdit.tableSpecification"> 
> table=Table tgroup
> rowGroup=tbody thead tfoot
> row=row
> cell=entry
> rowSpan=morerows+1
> </property>
> 
> <command name="gre.GenericTableEdit">
>   <class>com.xmlmind.xmledit.cmd.table.GenericTableEdit</class>
> </command>
> ---------------------
> 
> 
> The following column-span-command *is not* active at places where it should
> be active:
>  <item label="Mit rechter Zelle verbinden" icon="icons/incrColumnSpan.gif"
> command="gre.tableEdit" parameter="incrColumnSpan"/>
> 
> The following row-span-command *is* active as expected:
>  <item label="Mit unterer Zelle verbinden" icon="icons/incrRowSpan.gif"
> command="gre.tableEdit" parameter="incrRowSpan"/>
> 
>  
> Do I have to tell the GenericTableEdit *somehow* that the column-spaning is
> done via the entry-attributes: nameend, namest? If so, how?
> 
> Thank you for any suggestion, as I have no idea what I could try next. I
> tried "columnspan= nameend namest" in the <property/>, but this did not
> solve the problem.

The GenericTableEdit command has not been designed to cope with complex 
attributes such as nameend and namest.

You should really consider changing the name of your table element from 
"Table" to "table" and use CALSTableEdit 
(http://www.xmlmind.com/xmleditor/_distrib/doc/configure/cals_table.html) 
rather than GenericTableEdit 
(http://www.xmlmind.com/xmleditor/_distrib/doc/commands/tableEdit.html).


Reply via email to