Hi,

In this node we are showing Description, ID and Synonym. Parent+ & child+ are two buttons on click of them we show Parent and child of selected node respective.<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" />
In some case our description is very long so it appears in multiple lines. Like in above example our description "test aaa bbb bbb ccc ccc ddd ddd" is coming in 2 lines.
Requirement: we want our description would come in only one line so for that we want that if description is more than 10 characters then it would come like First 8 charcter + “>>†appended to it
i.e. our description should look like “test aaa>>â€like below
Now if we click on >> of description then it should expand the node like below with << appended in description, like below