Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: EditorWysiwygModeCss Property Sharred by all Web Site Users
EditorWysiwygModeCss Property Sharred by all Web Site Users
Last post 12-16-2007, 12:16 PM by
cutechat
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-13-2007, 1:18 PM
35802
advanced
Joined on 12-12-2007
Posts 1
EditorWysiwygModeCss Property Sharred by all Web Site Users
Reply
Quote
Here is a simple example of our issue:
User one goes to edit web page content in CuteEditor. The editor is loaded using stylesheet named stylesheet1.css (using the EditorWysiwygModeCss property) which has his unique page styling (i.e. stylesheet1.css is dynamic). Page is displayed correctly ... no issues so far.
User two now edits his web page with CuteEditor. The editor is loaded using stylesheet1.css which now has different style content. User two's page displays correctly (with user two's .css content). However, user one's page now takes on the styling of user two's page. The crux of the issue is that separate browser instances and sessions are sharing the same style sheet via the EditorWysiwygModeCss property.
If anyone out there has any suggestions they would be much appreiated.
John
12-16-2007, 12:16 PM
35830
in reply to
35802
cutechat
Joined on 07-22-2004
Posts 2,332
Re: EditorWysiwygModeCss Property Sharred by all Web Site Users
Reply
Quote
John:
I am not understand clearly. Can you example more ?
Do you mean , you did set EditorWysiwygModeCss for each user , and not works ?
The server code do not cache or share the css content for each requests.
Regards , Terry .