You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Rogerio Pereira <ro...@gmail.com> on 2006/04/13 15:46:32 UTC

AccordionPanel in sandbox examples doesn't works

Hi,

I'm using FF 1.5 and when i try to load the accordionpanel example in
sandbox examples war i get this error:

Error: {expandedBg:"#63699c", hoverBg:"#63699c", collapsedBg:"#6b79a5",
expandedTextColor:"#ffffff", expandedFontWeight:"bold",
hoverTextColor:"#ffffff", collapsedTextColor:"#ced7ef",
collapsedFontWeight:"normal", hoverTextColor:"#ffffff",
borderColor:"#1f669b", panelHeight:200, onHideTab:null,
onShowTab:null}.extend is not a function
source file:
http://localhost:8080/myfaces-example-sandbox/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11449359/accordion.HtmlAccordionPanelRenderer/customRico.js
Line: 50

Error: {expandedBg:"#63699c", hoverBg:"#63699c", collapsedBg:"#6b79a5",
expandedTextColor:"#ffffff", expandedFontWeight:"bold",
hoverTextColor:"#ffffff", collapsedTextColor:"#ced7ef",
collapsedFontWeight:"normal", hoverTextColor:"#ffffff",
borderColor:"#1f669b", panelHeight:200, closedPanelHeight:50,
useRealHeight:true, onHideTab:null, onShowTab:null}.extend is not a function
source file:
http://localhost:8080/myfaces-example-sandbox/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11449359/accordion.HtmlAccordionPanelRenderer/customRico.js
Line: 276

--
Yours truly (Atenciosamente),

Rogério

Re: AccordionPanel in sandbox examples doesn't works

Posted by Werner Punz <we...@gmx.at>.
Rogerio Pereira schrieb:
> Fixed, i'll create a patch...
Thanks for the patch, it fixed the issue,
I also fixed two timing related javascript errors.
The panel now should work again.



Re: AccordionPanel in sandbox examples doesn't works

Posted by Rogerio Pereira <ro...@gmail.com>.
Fixed, i'll create a patch...

Re: AccordionPanel in sandbox examples doesn't works

Posted by Werner Punz <we...@gmx.at>.
Yes the panel is broken currently.


Rogerio Pereira schrieb:
> Hi,
> 
> I'm using FF 1.5 and when i try to load the accordionpanel example in
> sandbox examples war i get this error:
> 
> Error: {expandedBg:"#63699c", hoverBg:"#63699c", collapsedBg:"#6b79a5",
> expandedTextColor:"#ffffff", expandedFontWeight:"bold",
> hoverTextColor:"#ffffff", collapsedTextColor:"#ced7ef",
> collapsedFontWeight:"normal", hoverTextColor:"#ffffff",
> borderColor:"#1f669b", panelHeight:200, onHideTab:null,
> onShowTab:null}.extend is not a function
> source file:
> http://localhost:8080/myfaces-example-sandbox/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11449359/accordion.HtmlAccordionPanelRenderer/customRico.js
> Line: 50
> 
> Error: {expandedBg:"#63699c", hoverBg:"#63699c", collapsedBg:"#6b79a5",
> expandedTextColor:"#ffffff", expandedFontWeight:"bold",
> hoverTextColor:"#ffffff", collapsedTextColor:"#ced7ef",
> collapsedFontWeight:"normal", hoverTextColor:"#ffffff",
> borderColor:"#1f669b", panelHeight:200, closedPanelHeight:50,
> useRealHeight:true, onHideTab:null, onShowTab:null}.extend is not a
> function
> source file:
> http://localhost:8080/myfaces-example-sandbox/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11449359/accordion.HtmlAccordionPanelRenderer/customRico.js
> Line: 276
> 
> -- 
> Yours truly (Atenciosamente),
> 
> Rogério