Client-side API for custom JavaScript widgets

4 messages Options
Embed this post
Permalink
Markku Laine

Client-side API for custom JavaScript widgets

Reply Threaded More More options
Print post
Permalink
Hi Erik and Alex,


Have the features specified in the read and write access sections on  
this Web page (http://wiki.orbeon.com/forms/projects/client-side-api-for-custom-javascript-widgets 
) already implemented in the latest nightly build version of Orbeon  
Forms?

Looks really good and these features will definitely facilitate  
JavaScript-XForms communication compared to the old approach.

Regards


-Markku


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Markku Laine

Re: Client-side API for custom JavaScript widgets

Reply Threaded More More options
Print post
Permalink
> Have the features specified in the read and write access sections on  
> this Web page (http://wiki.orbeon.com/forms/projects/client-side-api-for-custom-javascript-widgets 
> ) already implemented in the latest nightly build version of Orbeon  
> Forms?
>
> Looks really good and these features will definitely facilitate  
> JavaScript-XForms communication compared to the old approach.

No replies, so decided to try this out by myself with the latest  
nightly build version of Orbeon Forms :)

Copied the code snippet from the Read Access section to my web page  
and got the following error message:
"Invalid extension element in XForms document: xxforms:param"

So I guess the design/implementation is still in progress. Looking  
forward this one!!!


-Markku


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Erik Bruchez

Re: Re: Client-side API for custom JavaScript widgets

Reply Threaded More More options
Print post
Permalink
Markku,

>> Have the features specified in the read and write access sections  
>> on this Web page (http://wiki.orbeon.com/forms/projects/client-side-api-for-custom-javascript-widgets 
>> ) already implemented in the latest nightly build version of Orbeon  
>> Forms?
>>
>> Looks really good and these features will definitely facilitate  
>> JavaScript-XForms communication compared to the old approach.
>
> No replies, so decided to try this out by myself with the latest  
> nightly build version of Orbeon Forms :)
>
> Copied the code snippet from the Read Access section to my web page  
> and got the following error message:
> "Invalid extension element in XForms document: xxforms:param"
>
> So I guess the design/implementation is still in progress. Looking  
> forward this one!!!
As you found out, this is not implemented yet!

-Erik

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Alessandro Vernet

Re: Client-side API for custom JavaScript widgets

Reply Threaded More More options
Print post
Permalink
In reply to this post by Markku Laine
Markku,

Markku Laine wrote:
So I guess the design/implementation is still in progress. Looking  
forward this one!!!
Us too! :)

Alex