To remove checkbox in imagemap
Posted: Wed Aug 24, 2016 10:53 am
Hi Team,
I am doing CSS changes for DITA CMS GUI.For image element I have added scale(textfield) and scalefit(checkbox) attributes.For fig I have added pgwide(checkbox) attribute.
Now in imagemap it is showing both the attributes of fig and image. I want to remove pgwide attribute in imagemap.
I have tried the below code but it is not working.
And also the image attribute is not working properly when inserted in topic title.
The scale attribute is in title color whereas scalefit is in black color.I want to change the scalefit(checkbox) label also as title color.
Please help me in solving this issue.
Thank you.
Regards,
Mounika
I am doing CSS changes for DITA CMS GUI.For image element I have added scale(textfield) and scalefit(checkbox) attributes.For fig I have added pgwide(checkbox) attribute.
Now in imagemap it is showing both the attributes of fig and image. I want to remove pgwide attribute in imagemap.
I have tried the below code but it is not working.
Code: Select all
*[class~="ut-d/imagemap"] *[class~="topic/image"]:after {
content: "scale " oxy_textfield(edit, '@scale', width, 2.75em)
oxy_checkbox(edit, "@scalefit",
values, "yes",
uncheckedValues,"no",
labels, "scalefit",
fontInherit, true
);
}
And also the image attribute is not working properly when inserted in topic title.
The scale attribute is in title color whereas scalefit is in black color.I want to change the scalefit(checkbox) label also as title color.
Please help me in solving this issue.
Thank you.
Regards,
Mounika