1) We currently have:
builder.js
controls.js
dragdrop.js
effects.js
Form.js
prototype.js
tacos.js
2) They are included in *.script files in net.sf.tacos.ajax.components
using:
See Autocompleter.script, AjaxForm.script, e.t.c.
Chris Norris wrote:
> We use tacos stuff in our project, and I'm just
We use tacos stuff in our project, and I'm just learning about it now. I'm mainly learning about it because I've been working on another Ajax thing that requires many of the same _javascript_ files that tacos uses, like effects.js
, util.js, etc. I didn't want to include those scripts twice, so m