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 "jijun wang (JIRA)" <ad...@incubator.apache.org> on 2007/01/30 23:40:34 UTC

[jira] Created: (ADFFACES-366) Make FloatStart, FloatEnd alias public

Make FloatStart, FloatEnd alias public 
---------------------------------------

                 Key: ADFFACES-366
                 URL: https://issues.apache.org/jira/browse/ADFFACES-366
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
         Environment: Windows XP
            Reporter: jijun wang
         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.


[jira] Assigned: (ADFFACES-366) Make FloatStart, FloatEnd alias public

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf reassigned ADFFACES-366:
-------------------------------------------

    Assignee: Matthias Weßendorf

> Make FloatStart, FloatEnd alias public 
> ---------------------------------------
>
>                 Key: ADFFACES-366
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-366
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: Windows XP
>            Reporter: jijun wang
>         Assigned To: Matthias Weßendorf
>         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.


[jira] Resolved: (ADFFACES-366) Make FloatStart, FloatEnd alias public

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved ADFFACES-366.
-----------------------------------------

    Resolution: Fixed

fixed in trunk

> Make FloatStart, FloatEnd alias public 
> ---------------------------------------
>
>                 Key: ADFFACES-366
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-366
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: Windows XP
>            Reporter: jijun wang
>         Assigned To: Matthias Weßendorf
>         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.


[jira] Updated: (ADFFACES-366) Make FloatStart, FloatEnd alias public

Posted by "jijun wang (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jijun wang updated ADFFACES-366:
--------------------------------

    Attachment: base-desktop.patch

AFFloatStart, AFFloatEnd changes

> Make FloatStart, FloatEnd alias public 
> ---------------------------------------
>
>                 Key: ADFFACES-366
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-366
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: Windows XP
>            Reporter: jijun wang
>         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.


[jira] Updated: (ADFFACES-366) Make FloatStart, FloatEnd alias public

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ 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.