[richfaces-issues] [JBoss JIRA] Created: (RF-10289) rich:inplaceInput controlsVerticalPosition controlsHorizontalPosition isn't working!

Samuel Lee (JIRA) jira-events at lists.jboss.org
Mon Jan 24 20:50:49 EST 2011


rich:inplaceInput controlsVerticalPosition controlsHorizontalPosition isn't working!
------------------------------------------------------------------------------------

                 Key: RF-10289
                 URL: https://issues.jboss.org/browse/RF-10289
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone5
         Environment: Windows 7 & IE 8 - Tomcat 7.0 - Richfaces 4.0 M5
            Reporter: Samuel Lee


sample source:

<h:panelGrid columns="2">
			<h:outputText value="Name: " />
			<rich:inplaceInput defaultLabel="click to enter your name"  showControls="true" controlsVerticalPosition="top" controlsHorizontalPosition="right"/>
			<h:outputText value="Email:" />
			<rich:inplaceInput defaultLabel="click to enter your email"  showControls="true" controlsVerticalPosition="center" controlsHorizontalPosition="left" />
		</h:panelGrid>

Default value is "bottom" and "right". It isn't working with other values..

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list