Store Content

Hi
We have some variable text which the user can change using this component.
On a button click i save the content (HTMLEdit.JQHTMLEditorOptions.Content))
which is:
I Also load this saved text into the component the same way:
I checked SavedContent and it's exact the same as when i saved it.
However the component shows a part of the savedContent,
Whats going on?
Eric
We have some variable text which the user can change using this component.
On a button click i save the content (HTMLEdit.JQHTMLEditorOptions.Content))
which is:
- Code: Select all
'<span class="undefined" style="font-family:arial,sans-serif;font-size:xx-small">Average cost of your cost centre is <strong>#COST</strong>. Compared to the average cost of the other <strong>#USERS</strong> users in your cost centre, you are spending <strong class="undefined" style="color:#ff0000;font-size:medium">#PERCENT</strong>.</span>'
I Also load this saved text into the component the same way:
- Code: Select all
HTMLEdit.JQHTMLEditorOptions.Content := SavedContent;
I checked SavedContent and it's exact the same as when i saved it.
However the component shows a part of the savedContent,
Whats going on?
Eric