Rob Rothwell | 6 Apr 23:34

Adding New JavaScript Components

Can anyone give me the high level steps for adding new JavaScript components to Aida?

I am talking about "self contained" components like the WebDateInputField component.

Is it something like:

1.  Create javascript method
2.  Create resource methods (images, etc...)
3.  Create ensureJavascriptForXXXXXInHeader
4.  Create ensureJsResourceForXXXXX
5.  Create a method which will call #3 and #4 and compose the script for the element

I was just wondering how much I would have to learn to do such a thing...

Yes...I went from having a nice grid displaying database table contents to thinking, "Boy...a TreeView for the Connections and Tables sure would be nice!"

Rob

<div><p>Can anyone give me the high level steps for adding new JavaScript components to Aida?<br><br>I am talking about "self contained" components like the WebDateInputField component.<br><br>Is it something like:<br><br>1.&nbsp; Create javascript method<br>2.&nbsp; Create resource methods (images, etc...)<br>3.&nbsp; Create ensureJavascriptForXXXXXInHeader<br>4.&nbsp; Create ensureJsResourceForXXXXX<br>5.&nbsp; Create a method which will call #3 and #4 and compose the script for the element<br><br>I was just wondering how much I would have to learn to do such a thing...<br><br>Yes...I went from having a nice grid displaying database table contents to thinking, "Boy...a TreeView for the Connections and Tables sure would be nice!"<br><br>Rob
</p></div>

Gmane