[oXygen-user] Feature Request: Form Editing for <data> Elements in Default DITA CSS

oXygen XML Editor Support support at oxygenxml.com
Thu Jun 20 04:53:42 CDT 2013


Hi,

I've added a feature request to add this support in the default DITA 
styles. Meanwhile, anyone that want's this support right away can just 
edit {oxygenInstallDir}/frameworks/dita/css_classed/topic.css and add a 
rule like this one:

*[class~="topic/data"]:before {
     content: "Name: "oxy_textfield(edit, '@name', columns, 15) " Value: 
"oxy_textfield(edit, '@value', columns, 15) " "
}

Best regards,
Alex

On 20-Jun-13 10:53 AM, Eliot Kimber wrote:
> It would be really handy to have either the default DITA style sheet or
> another built-in sheet be configured for form editing of <data> elements and
> specializations.
>
> I would expect that the @name and @value attributes would be fields. The
> content of <data> could be a field but because <data> may contain <data>,
> it's probably best to leave the content alone.
>
> Cheers,
>
> E.
>



More information about the oXygen-user mailing list