Hi all, I would like to have an ability of Nested bullets. like 1 dadada 1.1 gdgd 1.2 dgdg 2 dgdgdg 2.1 gdfgdf 2.2 gdfgdfg If I have some text in such a format when I click on customized button it should give me Numbering in the above fashion. Please guide me how to proced further.........thanks in advance..........
For example If the text/sentence is in following format qqqqqqqq qqqqqqqqq qqqqqq Now if I select this text through mouse and click on a button the numbering should in nested format. like..... 1 qqqqqqqqq 1.1 qqqqqqqqqq 1.1.1 qqqqqqqqqqqqqthanks.......
...<container name="content" location="content" min="1" max="10"> <item name="level" path="level"> <select> <option name="Level-1"/> <option name="Level-2"/> <option name="Level-3"/> </select> </item> <item name="heading" path="heading"> <text/> </item> <item name="paragraph" path="paragraph" min="0" max="5"> <textarea rows="5" cols="80" wrap="virtual"/> </item></container>