<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I tried without success to use the sample code (example coming from the GeoExt documentation at <a href="http://dev.geoext.org/docs/lib/GeoExt/plugins/TreeNodeActions.html">http://dev.geoext.org/docs/lib/GeoExt/plugins/TreeNodeActions.html</a>) to create a layer node UI with an actions plugin. I use the GeoExt trunk.<o:p></o:p></p><p class=MsoNormal>I received the following error message from firebug:<o:p></o:p></p><p class=MsoNormal><i><span style='font-size:9.0pt'>GeoExt.examples is undefined<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>anonymous()<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>anonymous()<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp; new GeoExt.tree.TreeNodeUIEventMixin()\r\n<o:p></o:p></span></i></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Had anybody similar problems?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Arnaud<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>The sample code:<o:p></o:p></p><p class=MsoNormal><i><span style='font-size:9.0pt'>var uiClass = GeoExt.examples.LayerNodeUI = Ext.extend(<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp; GeoExt.tree.LayerNodeUI,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp; new GeoExt.tree.TreeNodeUIEventMixin()<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>);<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'><o:p>&nbsp;</o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>// this function takes action based on the &quot;action&quot;<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>// parameter, it is used as a listener to layer<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>// nodes' &quot;action&quot; events<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>function onAction(node, action, evt) {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; var layer = node.layer;<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; switch(action) {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; case &quot;delete&quot;:<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; layer.destroy();<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>};<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'><o:p>&nbsp;</o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>var tree = new Ext.tree.TreePanel({<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; region: &quot;west&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; width: 250,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; title: &quot;Layer Tree&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; loader: {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; applyLoader: false,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uiProviders: {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ui&quot;: GeoExt.examples.LayerNodeUI<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; },<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; // apply the tree node actions plugin to layer nodes<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; plugins: [{<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ptype: &quot;gx_treenodeactions&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listeners: {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; action: onAction<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; }],<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; root: {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nodeType: &quot;gx_layercontainer&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; loader: {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; baseAttrs: {<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; radioGroup: &quot;radiogroup&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uiProvider: &quot;ui&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; actions: [{<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; action: &quot;delete&quot;,<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qtip: &quot;delete&quot;<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }]<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; },<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>&nbsp;&nbsp;&nbsp; rootVisible: false<o:p></o:p></span></i></p><p class=MsoNormal><i><span style='font-size:9.0pt'>});<o:p></o:p></span></i></p></div><BR>
- -----------------------------------------------------------------------------<BR>
<BR>
E-MAIL DISCLAIMER<BR>
<BR>
The present message may contain confidential and/or legally privileged information. If you are not the intended addressee and in case of a transmission error, please notify the sender immediately and destroy this E-mail. Disclosure, reproduction or distribution of this document and its possible attachments is strictly forbidden.<BR>
<BR>
SPACEBEL denies all liability for incomplete, improper, inaccurate, intercepted, (partly) destroyed, lost and/or belated transmission of the current information given that unencrypted electronic transmission cannot currently be guaranteed to be secure or error free.<BR>
Upon request or in conformity with formal, contractual agreements, an originally signed hard copy will be sent to you to confirm the information contained in this E-mail.<BR>
<BR>
SPACEBEL denies all liability where E-mail is used for private use.<BR>
<BR>
SPACEBEL cannot be held responsible for possible viruses that might corrupt this message and/or your computer system.<BR>
e ------------------------------------------------------------------------------<BR>
</body></html>