[JBoss JIRA] Created: (RF-10243) switchable panels: add new icon type and change defaults in CollapsiblePanel and Accordion
by Ilya Shaikovsky (JIRA)
switchable panels: add new icon type and change defaults in CollapsiblePanel and Accordion
------------------------------------------------------------------------------------------
Key: RF-10243
URL: https://issues.jboss.org/browse/RF-10243
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Alex Kolonitsky
Fix For: 4.0.0.CR1
add new predefined icon value named "transparent". When used - should work the same as "none" works currently.
Change behavior for "none". space for icon should not be reserverved at all in that case.
defaults changes:
"none" should became default for accordion (and tab panel in future)
for collapsible panel defaults should be leftCollapsedIcon="chevronUp" leftExpandedIcon="chevronDown" right icons - none
for panel menu - transparent should be used.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (RF-10289) rich:inplaceInput controlsVerticalPosition controlsHorizontalPosition isn't working!
by Samuel Lee (JIRA)
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
15 years