Author mode, change attributes

Oxygen general issues.
luxlunae
Posts: 26
Joined: Wed Jun 17, 2015 10:01 pm

Author mode, change attributes

Post by luxlunae »

Is there a way to change element attributes from author mode?

I use

content:attr(lang);

as part of my css block to display the attribute but it does not seem to be able to be changed in author view. That was great when all I was displaying was IDs, but now that I need to be able to change the languages it is not so great.
alex_jitianu
Posts: 1009
Joined: Wed Nov 16, 2005 11:11 am

Re: Author mode, change attributes

Post by alex_jitianu »

Hello,

You can use form controls instead of just static content, like this:

Code: Select all

content:oxy_textfield(edit, '@lang', columns, 40);
There is also the Attributes View which can be used to the same extent.

Best regards,
Alex
luxlunae
Posts: 26
Joined: Wed Jun 17, 2015 10:01 pm

Re: Author mode, change attributes

Post by luxlunae »

using attributes view alongside my author window solves the problem nicely, thank you.
Post Reply