oxygen web author support of form control elements like text box, drop down.. similar to form based editing in xml edito

Oxygen general issues.
prabaharanit
Posts: 5
Joined: Wed Jun 28, 2017 3:46 pm

oxygen web author support of form control elements like text box, drop down.. similar to form based editing in xml edito

Post by prabaharanit »

we are evaluating xml web author for our use cases.. and looking for form based editing similar to what we have in xml editor.

is it possible to create form controls like text box, drop down, buttons with custom actions and events?

as far i see, in oxygen web author xml, it doesn't support above form controls by default. in such case, can we create custom form controls for xml editing?..
cristi_talau
Posts: 517
Joined: Thu Sep 04, 2014 4:22 pm

Re: oxygen web author support of form control elements like text box, drop down.. similar to form based editing in xml e

Post by cristi_talau »

Hello,

Web Author support the majority of the form-controls that are available in Oxygen XML Editor, for example: textfield, button, combobox, etc. Here is the documentation page: https://www.oxygenxml.com/doc/versions/ ... atrix.html.

You can also give it a try in one of our online samples: https://www.oxygenxml.com/oxygen-xml-we ... =Anonymous .

Web Author also supports development of custom form-controls - for example our MathML support is implemented as a form-control: https://github.com/oxygenxml/web-author-mathml-plugin .

Best,
Cristian
prabaharanit
Posts: 5
Joined: Wed Jun 28, 2017 3:46 pm

Re: oxygen web author support of form control elements like text box, drop down.. similar to form based editing in xml e

Post by prabaharanit »

i believe travel guide edited on top of xhtml schema.. or this can be achieved other schema as well like dita, tei ,docbook etc?...
cristi_talau
Posts: 517
Joined: Thu Sep 04, 2014 4:22 pm

Re: oxygen web author support of form control elements like text box, drop down.. similar to form based editing in xml e

Post by cristi_talau »

Hello,

Travel Guide uses a custom schema. However, the form-controls are configured in a CSS file associated with the edited document. By default in DITA we use form-controls for colspecs of a CALS table. However, you can customize the CSS included in the default DITA framework [1] to add form-controls for other attributes as well.

Best,
Cristian

[1] https://www.oxygenxml.com/doc/versions/ ... works.html
Post Reply