Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
The TextRenderer for outputText will see if there's any style or styleClass, and if so, will render a span around the text with style or class attributes. Since we always have at least iceOutTxt styleClass, then there's always going to be a span, which will bloat up large tables of plain text.
I recommend we add some sort of noSpan or noStyle or onlyText attribute to outputText, which would keep it from using any styling or spans, leaving just the plain text being rendered.
I recommend we add some sort of noSpan or noStyle or onlyText attribute to outputText, which would keep it from using any styling or spans, leaving just the plain text being rendered.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17514 | Mon Sep 08 15:01:47 MDT 2008 | yip.ng | Added nospan flag to output text component. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TextRenderer.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlOutputText.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-outputText-props.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17513 | Mon Sep 08 15:00:43 MDT 2008 | yip.ng | Added nospan flag to output text component. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlOutputText.java
MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-outputText-props.xml MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/OutputTextRenderer.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TextRenderer.java |