You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:23:20 UTC

[jira] Updated: (ADFFACES-68) remove frameset border in afh:frameBorderLayout

     [ https://issues.apache.org/jira/browse/ADFFACES-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-68:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> remove frameset border in afh:frameBorderLayout
> -----------------------------------------------
>
>                 Key: ADFFACES-68
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-68
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Arnaud MERGEY
>         Assigned To: Adam Winer
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: ADFFACES-68_Java_5.patch, 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.
-
You can reply to this email to add a comment to the issue online.