Okay, I'm almost ready to implement this across the board in our content management systems (35 websites). But I need to figure out one more thing.
Using FCKEditor 2.0 for ColdFusion, we edit pages that have different background colors. Is there an easy way to tell the editor to pull Style Sheet A under this condition, but Style Sheet B if under another condition.
I could populate the variable in CFModule, just not sure where to go from there.
Thanks!
Ron
Using FCKEditor 2.0 for ColdFusion, we edit pages that have different background colors. Is there an easy way to tell the editor to pull Style Sheet A under this condition, but Style Sheet B if under another condition.
I could populate the variable in CFModule, just not sure where to go from there.
Thanks!
Ron
RE: Pull Style Sheet A or Style Sheet B
Everything works except for this last requirement. I need to set a variable and tells the editor whether to choose Style Sheet A, Style Sheet B, etc.
Thanks!
Ron
RE: Pull Style Sheet A or Style Sheet B
RE: Pull Style Sheet A or Style Sheet B
Could you share how you did this?
How did you do it?
Are you able to do it without refreshing the page?
RE: Pull Style Sheet A or Style Sheet B
RE: Pull Style Sheet A or Style Sheet B
Someone has posted a partial workaround for how to do this.
My hope is that FCK implements this permanently.