-
1. Re: List component copied to local not working fine as it does in foundation.
Sham HC Mar 31, 2013 6:22 PM (in response to Veena_07)Hi Veena,
Which version of cq you are reffering? I have never seen manage tab
Thanks,
Sham
-
2. Re: List component copied to local not working fine as it does in foundation.
sameer bh Apr 1, 2013 10:55 PM (in response to Veena_07)Hi,
ManagedTab property defines a javascript function and not a field. This function manages the show/hide of the tabs and depends on the selection of the list type from drop down. ManagedTab is used in the listFrom listeners during the selectionchanged event.
This is about the managedtab but I think probably your problem stems from the wrong copy or dirty build. It should work with copy as is if all the dialog is copied as is from the foundation.
Regards,
Sameer
-
3. Re: List component copied to local not working fine as it does in foundation.
sameer bh Apr 2, 2013 11:43 PM (in response to Veena_07)Hi Veena,
Sometimes things are easier said than done. My previous comments is an example of this. ~
When I tried to customize the list, I also observed the error you encountered.
When I looked closed, the problem seems to come from the sequences of the items in the "items" node of dialog.
I resolved it by openening the libs dialog and customized dialog for list component i.e. http://localhost:4502/libs/foundation/components/list/dialog.htmland customized dialog path. All the sequences of the items should be same in both original and customized list dialog. It is not the case so thererfore you need to change it using dialog editor by dragging and dropping. After each drag drop, save the change.
After these steps customized list worked fine. However I find it much more better if the javascript function for the list component is changed to use id rather than sequences which are there in the present list coponent. This way there is less chance of error.
regards
-
4. Re: List component copied to local not working fine as it does in foundation.
Veena_07 Apr 4, 2013 3:02 AM (in response to sameer bh)Hi sam
I tried rearranging it.. But still it didnt work for me
-
5. Re: List component copied to local not working fine as it does in foundation.
Sham HC Apr 6, 2013 2:12 PM (in response to sameer bh)Hi Sameer,
Thanks for clarifying.
Thanks,
Sham



