I have a table, in which I have set one of the elements to be of the style
"popupTriggerTableItem" via the "TblSetItemStyle" function. The popup
trigger appears in the table, I can select the items from the list assigned
to the trigger. The question is with the placement of the trigger. The
trigger is right justified within the column and I can't seem to set the
justification to be left justified.
When looking at the code in the debugger, I noticed that when the trigger is
selected, the tables "currentRow" and "currentColumn" fields do not reflect
the proper table element, so setting the "currentField.justification"
attribute does not work.
How do I left justify this trigger???
Thanks in Advance,
Albert Yeung