search for: getcurrentrowindex

Displaying 1 result from an estimated 1 matches for "getcurrentrowindex".

2002 Dec 09
0
Mailman 'held' messages (was SPAM on List...)
...JVE Add link to name tag at end ! Link('#Item%03d' % (count+1), 'Next Item'), ]) t.AddRow([Bold('Action:'), buttons]) t.AddCellInfo(row+3, col-1, align='right') *************** *** 250,259 **** row, col = t.GetCurrentRowIndex(), t.GetCurrentCellIndex() t.AddCellInfo(row, col-1, align='right') t.AddRow([Bold('Message Excerpt:'), ! TextArea('fulltext-%d' % id, text, rows=10, cols=80)]) t.AddCellInfo(row+1, col-1, align='right') form.AddItem(t) for...