Display HTML content in Flex screen
Problem
I have a application where i need to display HTML text in flex screen (using TextArea). Problem is HTML text contains
tag which is not supported in flex htmlText property. So all the information under
tag is being displayed in single row. Is there any component which understands
tag and display in a tablur format.
Solution
Use Iframes for Flex.
Detailed explanation
An IFrame is an entity which has the ability to load any external HTML in Flex.You can either go for giving a direct URL as to the soource of the IFrame or you could also give a HTML text which understands things like Table and all.
You can get IFrames for Flex from http://code.google.com/p/flex-iframe/
You can also refer for Table and HTML support in flex.
http://code.google.com/p/flex-htmlfilter/
http://code.google.com/p/flex-table/
By default, Flash only supports a small subset of HTML in htmlText fields Reference:
Anchor tag () Bold tag () Break tag () Font tag () Image tag () Italic tag () List item tag (
) Paragraph buy viagra online order | buy cialis tadalafil | buy levitra vardenafil 424 buy viagra | where to buy cialis without prescription | order online levitra tag () Text format tag () Underline tag () Flex-htmlFilter can be utilised to extend the HTML support of htmlText fields by enabling the use of: Unordered list tag (
- ) Ordered list tag (
) Table tag (
| ) Table header column ( | ) Table caption tag ( |
|---|
Incoming search terms:
- flex htmlfilter css (2)
- 2010 display html in flex (1)
- iframe htmltext flex3 (1)
- htmlfilter flex 4 (1)
- html display flex example (1)
- flex-htmlFilter using (1)
- flex-htmlfilter sample (1)
- flex-htmlfilter example (1)
- flex htmlfiter font issue (1)
- flex flex-htmlfilter problem (1)
- flex display html 2010 (1)
- download google tablur (1)
- css for flex-htmlfilter (1)
- table tag is not supported in flex (1)
Sameera at LinkedIn