]
Anton Belevich commented on RF-10058:
-------------------------------------
ajax attributes was removed (r. 20716) . Now dragSource component has next attributes:
'dragIndicator', 'dragValue', 'type', 'binding',
'rendered'.
rich:dragSource - review attribute list
---------------------------------------
Key: RF-10058
URL:
https://issues.jboss.org/browse/RF-10058
Project: RichFaces
Issue Type: Task
Security Level: Public(Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Milestone5
Reporter: Lukas Fryc
Assignee: Anton Belevich
Fix For: 4.0.0.CR1
I have doubt about attribute consistency for rich:dragSource component:
1) I can see some attributes which seems to be migrated from 3.3.x, but should be
deprecated in 4.x - although they are hidden, I have doubt about their presence:
ajaxSingle
reRender
requestDelay
similarityGroupingId
timeout
2) there is list of properties from taglib - is it complete list? shouldn't be there
at least some event bindings?
binding
dragIndicator
dragValue
id
rendered
type
3) the list of properties from class UIDragSource.Properties enum - all of them are
projected to faces-config.xml as hidden attributes:
ajaxSingle,
bypassUpdates,
data,
dragIndicator,
dragValue,
eventsQueue,
focus,
ignoreDupResponses,
limitRender,
onbeforedomupdate,
onbegin,
oncomplete,
process,
reRender,
requestDelay,
similarityGroupingId,
status,
timeout,
type
Can you please specify what attributes should work already - is 2) complete list of
working attributes?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: