oxy_button transparent property

Post here questions and problems related to oXygen frameworks/document types.
Johann
Posts: 198
Joined: Wed Jun 17, 2015 12:46 pm

oxy_button transparent property

Post by Johann »

Hello,

It seems that in the 21.1.0.2 SDK version, the oxy_button transparent property does not work anymore. When we put that property at true, we still have an opaque rectangle on the button.

Do you reproduce this issue ?

Johann
alex_jitianu
Posts: 1008
Joined: Wed Nov 16, 2005 11:11 am

Re: oxy_button transparent property

Post by alex_jitianu »

Hi Johann,

I don't reproduce this behavior. I tested the 21.1.0.2 SDK with some simple samples:

Code: Select all

button {
    content: oxy_button(action, oxy_action(
          name, 'Insert', 
          description, 'Insert an element after the current one', 
          operation, 'InsertFragmentOperation', 
          arg-fragment, '<element></element>',
          arg-insertLocation, '.',
          arg-insertPosition, 'After'
)
, transparent, true);
}

Code: Select all

<root><button></button></root>
Can you send me a screenshot and some sample files?

Best regards,
Alex
Post Reply