<div dir="ltr">Alan,<div><br></div><div>resources/app.js has helper methods that is global to application - not sure the intent of extending it.</div><div><br></div><div>From your example - have a wrap method seem more appropriate:</div>

<div><br></div><div><font face="courier new, monospace">jQuery.Class('GeoTools_List_Js', {</font></div><div><div><font face="courier new, monospace"><span class="" style="white-space:pre">  </span>// Static functions</font></div>

<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>getEmbededModuleName: function() {</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">                </span>return jQuery('#embedModule').val();</font></div>

<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>}</font></div><div><font face="courier new, monospace">}, {</font></div><div><font face="courier new, monospace">    // Member functions</font></div>

<div><font face="courier new, monospace">    registerGeoToolsEvents: function() {<br></font></div><div><font face="courier new, monospace">    <span class="" style="white-space:pre">  </span>// GeoTools_List_Js.getEmbededModuleName()</font></div>

<div><font face="courier new, monospace">    }</font></div><div><font face="courier new, monospace">});</font><br></div></div><div><br></div><div>I hope you have looked at:</div><div><a href="http://community.vtiger.com/help/vtigercrm/developers/extensions/examples/extension-module.html#resources-myrss-js">http://community.vtiger.com/help/vtigercrm/developers/extensions/examples/extension-module.html#resources-myrss-js</a><br>

</div><div><br></div><div>Let me know if the example is not clear or aid in your porting.</div><div><br></div><div>Regards,</div><div>Prasad</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra">

<br clear="all"><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><b>Connect with us on: </b><a href="http://twitter.com/vtigercrm" style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall" style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a href="https://blogs.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a href="http://wiki.vtiger.com/index.php/Main_Page" style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a href="https://discussions.vtiger.com" style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a href="https://www.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Website</a></span></div>


<br><br><div class="gmail_quote">On Fri, Mar 28, 2014 at 5:46 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">On 28/03/14 11:27, Alan Lord wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What I could really do with doing is to override a couple of functions<br>
in resources/app.js when the GeoTools page loads.<br>
</blockquote>
<br></div>
More by luck than judgement I think, but the following seems to be working properly:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
app.prototype = app;<br>
app.prototype.getModuleName = function() {<br>
                return jQuery('#embedModule').val();<br>
};<br>
app.prototype.getViewName = function() {<br>
        return jQuery('#embedView').val();<br>
};<br>
</blockquote>
<br>
If anyone would/could care to explain what/why this is working I'd love to know ;-)<div class="HOEnZb"><div class="h5"><br>
<br>
Cheers<br>
<br>
Al<br>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br></div>