- Home
- My Page
- Recent changes
- Reports
-
- Watched Pages
- Contributions
- My Preferences
- Userlist
- RSS feeds
- Templates
- Sitemap
- Save as PDF
- Popular pages
- Table of contents
- Wiki Help
Line Spacing in Text control
Table of contents
Purpose
The textcontrol displays a multi-line text box.
Description of change
We have added an attribute to the textcontrol to control the line spacing of the text in the control. Previously the line spacing was fixed at 1.
lineSpacing - specifies the desired line spacing for the text in the control. The value must be in the format of a floating point number. The default value is 1.0. Example: <lineSpacing>0.75</lineSpacing>
