Try our conversational search powered by Generative AI!

How to override css styles in Ektron 9.1?

Vote:
 

Hello brave souls,

We're using the standard Ektron editor and want to know if there's a simple way to override the css styles for the table wizard? The control for the popup is under:

\Workarea\Foundation\RadControls\Editor\Controls\TablePropertiesControl.ascx

and it gets its styles from

\Workarea\Foundation\RadControls\Editor\Controls\CssClassSelector.ascx

var <%=this.clientid%> = new CssClassSelector<%=(page.request.browser.browser ="=" "xie") ? "" : "ns" %> (
'<%=this.clientid%>'
, eval('<%=this.radcssclassarray%>')
, '<%=this.cssfilter%>'
, '<%=this.popupwidth%>'
, '<%=this.popupheight%>'
, '<%=this.skinpath%>');

I have no idea where to set the RadCssClassArray in ektron and did not yet want to hard-code an override. Thoughts?

Aaron

#189026
Mar 08, 2018 21:00
Vote:
 

var <%=this.ClientID%> = new CssClassSelector<%=(Page.Request.Browser.Browser == "xIE") ? "" : "NS" %> (
'<%=this.ClientID%>'
, '<%=this.CssFilter%>'
, eval('<%=this.RadCssClassArray%>')
, '<%=this.PopupWidth%>'
, '<%=this.PopupHeight%>'
, '<%=this.SkinPath%>');

i guess this will help as i did the same for one of my blog PES 2019 Mobile and it worked!

#196346
Aug 27, 2018 21:19
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.