Client-side API for custom JavaScript widgets

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Client-side API for custom JavaScript widgets

Markku Laine
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
Reply | Threaded
Open this post in threaded view
|

Re: Client-side API for custom JavaScript widgets

Markku Laine
> 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
Reply | Threaded
Open this post in threaded view
|

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

Erik Bruchez
Administrator
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
Reply | Threaded
Open this post in threaded view
|

Re: Client-side API for custom JavaScript widgets

Alessandro Vernet
Administrator
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