rowcontinue="t"
Hi,Is there a way for displaying label in a single line.Currently TeamSite splits the contents of label tag in more than one line.Is there a way for modifying labelRegardsPadmaPriya
If i use rowcontinue="t" for an item, then the next item comes in the same row.But i want the label of the item in a single line. (see attachment)
<item name="note" pathid="note"> <label>Here is my label with no breaks</label> <description/> <checkbox></checkbox> </item>
I found using   instead of worked. i.e. <item name="note" pathid="note"> <label>Here is my label with no breaks</label> <description/> <checkbox></checkbox> </item>