-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
For example in lang-addon.xml
<component> <component-name>a</component-name> <component-class>org.zkoss.zul.A</component-class> <widget-class>zul.wgt.A</widget-class> <text-as childable="true">label</text-as> <!-- treat text within the element as the label property if no element inside --> <mold> <mold-name>default</mold-name> <mold-uri>mold/a.js</mold-uri> <css-uri>css/a.css.dsp</css-uri> </mold> <preserve-blank/> </component>
And test with the following example,
<a href="#"> Inbox <label class="badge">42</label> </a>
The "Inbox" text should add some space between the label component.
- relates to
-
ZK-1912 Anchor (A) component support preserve-blank
- Closed