This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 8269858 try using html instead of text
8269858 is described below
commit 8269858bea54bb538459823df9975edf8bedbce5
Author: Alex Harui <[email protected]>
AuthorDate: Sun Jun 23 11:11:52 2019 -0700
try using html instead of text
---
examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
index e5f96c8..5603c24 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
@@ -486,7 +486,7 @@ limitations under the License.
</js:Group>
<js:DataContainer id="attributes" className="attributeList"
dataProvider="{ASDocModel(applicationModel).attributes}"
itemRenderer="AttributeRenderer" width="100%"/>
- <js:MultilineLabel id="description" className="description"
text="{ASDocModel(applicationModel).description}" width="100%"/>
+ <js:MultilineLabel id="description" className="description"
html="{ASDocModel(applicationModel).description}" width="100%"/>
<js:Label text="Public Properties"
className="sectionLabel"/>
<js:List className="summaryList" id="publicPropertyList"
dataProvider="{ASDocModel(applicationModel).publicProperties}"
itemRenderer="SummaryRenderer" width="100%"/>