Re: [Tacos-devel] adding new docs question

2006-07-11 Thread andyhot
>From Sam Gendler <[EMAIL PROTECTED]>: > Are the standard component reference docs in Tacos autogenerated > somehow? No, not yet... :( They're in src/documentation/content/xdocs/components/ and then src/documentation/content/xdocs/site.xml needs update... Also, if you want to try and generate t

[Tacos-devel] adding new docs question

2006-07-11 Thread Sam Gendler
Are the standard component reference docs in Tacos autogenerated somehow? If so, how would I add documentation for all the new components? I'd like to write up at least a bare minimm of docs for all the new components. --sam -

Re: [Tacos-devel] 'setting a property that only has a getter' error.

2006-07-11 Thread andyhot
[Using an even latest beta] You'll also get a javascript error: 'ev.preventDefault is not a function' if your form doesn't use validators. Anyway, I think both these errors are correct, since the function is defined as: postpageFormForm = function(event) {...} and this in postpageFormForm(this) r