Re: Edit broadcasting
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Denis Laprise wrote: > Hi, > > I'd like to know if there is any way to make XUL elements having the > same datasource to update their content upon edition. > > I doubt it would be possible with a broadcaster since I'm using a template. > > What I would like is to have the textboxes from the example below > showing the same ?authorfirstname syncing their content. Do I have to > manually update the datasource with javascript? Yes, that's just the beauty of RDF templates, that they reflect changes in the datasource. JUST, you can't write those changes back to the server by standard means, if you want to do edits, you need to use some soap or xml-rpc and feed your changes manually. Axel