[ http://issues.apache.org/jira/browse/ADFFACES-68?page=all ]

Pierre-Luc Archambault updated ADFFACES-68:
-------------------------------------------

    Attachment: trunk_patch68_v2.patch

ADFFACES-68
Modifications for the "faces-major" renderer of Frame and FrameBorderLayout, 
added call to method rendering shortDesc and StyleClass is some are there. (I 
wrongly wern't calling them on my first submitted version of the renderer)

Also added a private method to FrameRenderer checking the consisteny of the 
'source' string generated as a url; 2 "//" were presents however only 1 was 
necessary with relative contents. (exemple with popup window from inputDate or 
inputColor)

> remove frameset border in afh:frameBorderLayout
> -----------------------------------------------
>
>                 Key: ADFFACES-68
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-68
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Arnaud MERGEY
>            Priority: Minor
>         Attachments: FrameBorderLayoutRenderer.java, 
> FrameBorderLayoutRenderer.java, FrameBorderLayoutRenderer.patch, 
> HtmlFrameBorderLayout.patch, HtmlFrameBorderLayout.xml, patch.zip, 
> trunk_patch68.patch, trunk_patch68_v2.patch, withBorder.JPG, withoutBorder.JPG
>
>
> In pages I need to remove frameset border with framespacing and border 
> parameter (ex:<frameset framespacing="0" border="0" frameborder="0">).
> I have hard coded in FrameBorderLayoutRenderer.java 
>       //XXX AM:disable frameset border
>       writer.writeAttribute("framespacing", "0", null);
>       writer.writeAttribute("border", "0", null);
>       writer.writeAttribute("frameborder", "0", null);
> It would be fine to add a parameter in afh:frameBorderLayout to allow 
> conditional removing of frameset border

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to