AI OnAI Off
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!
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%>');%=this.skinpath%>%=this.popupheight%>%=this.popupwidth%>%=this.cssfilter%>%=this.radcssclassarray%>%=this.clientid%>%=(page.request.browser.browser>%=this.clientid%>
I have no idea where to set the RadCssClassArray in ektron and did not yet want to hard-code an override. Thoughts?
Aaron