Clickable Dynamic Label
thumb

Clickable Dynamic Label

Text Effects

Label is a text control that can be dynamically changed. When it changes, it automatically resizes the bounding box to fit new text value. Optionally a label can be created as "clickable". In such case it reacts on user clicks and raises onClick event. Tooltips are supported as an option.

Rate It Visit Tell A Friend

Total Hits : 5 | Category : Text Effects | Ratings : Rating : 0
Related Scripts
thumb
Scripts and Programs

Combining XML Documents using XSLT

This snippet contains a collection of 5 distinct approaches to combining multiple XML Documents into a single XML document. The original article is also included as part of this snippet ... 

thumb
Scripts and Programs

Formatting XML with CSS

This snippet demonstrates using CSS to do rudimentary formatting of XML elements. I happen to use my favorite joke list to demonstrate it. ... 

thumb
Scripts and Programs

Sorting Data Islands by clicking on the column header (using behaviors).

This snippet demonstrates how to use behaviors to Sort a table by clicking on the column header. It also uses behaviors to highlight the row when moving the mouse over it.... 

thumb
Scripts and Programs

Recursion reminds me of Recursion (9 XSLT Recursion examples)

This snippet contains 9 examples of common usages of recursion: Iterating through a string of characters, Split(), TrimL(), TrimR(), Loop(), Replace(), LineFeed_To_BR, Min(), Max() ... 

thumb
Scripts and Programs

NanoXML

NanoXML is a very small (5KB!) XML parser for Java. It currently performs no validation (the DTD is ignored)....