[ https://issues.apache.org/jira/browse/ADFFACES-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Weßendorf updated ADFFACES-366: ---------------------------------------- Fix Version/s: 1.0.0-incubating-core Affects Version/s: 1.0.0-incubating-core > Make FloatStart, FloatEnd alias public > --------------------------------------- > > Key: ADFFACES-366 > URL: https://issues.apache.org/jira/browse/ADFFACES-366 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Affects Versions: 1.0.0-incubating-core > Environment: Windows XP > Reporter: jijun wang > Assigned To: Matthias Weßendorf > Fix For: 1.0.0-incubating-core > > Attachments: base-desktop.patch > > > Private BIDI styles FloatStart, FloatEnd can be made public. > <style name="AFFloatStart"> > <property name="float">left</property> > </style> > > <style name="AFFloatEnd"> > <property name="float">right</property> > </style> > For RTL: > <style name="AFFloatStart"> > <property name="float">right</property> > </style> > > <style name="AFFloatEnd"> > <property name="float">left</property> > </style> > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.