|
|
pinEdit WP
Started by Fly Geek at 01-17-2007 5:56 . Topic has 6 replies.
 
 
|
|
Sort Posts:
|
|
|
|
01-17-2007, 5:56
|
Fly Geek
Joined on 01-04-2007
Posts 6
|
Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
Is there a server side property that will allow me to remove the horizontal scroll bar from the document window? I'd would like the text to wrap in the horizontal direction. Thanks.
|
|
|
|
|
Report
|
|
|
|
01-18-2007, 9:22
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
Re: Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
Hi,
the horizontal scrollbars appears only when documentmode=true and the document width is larger than the editor width.
In any case the text should wrap when you are at the end of the line.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
01-18-2007, 11:13
|
Fly Geek
Joined on 01-04-2007
Posts 6
|
Re: Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
I am setting documentView to false and still getting the horizontal scroll bars. Is there something else I could be missing?
|
|
|
|
|
Report
|
|
|
|
01-19-2007, 8:22
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
Re: Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
Hi,
could you please send a screenshot to support@pintexx.com ?
Does this happen with or without content ?
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
01-22-2007, 10:41
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
Re: Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
Hi,
I responded to your email but there was an error.
The evaluation message should not cause this problem.
What happens if you completely clean the content - press ctrl+a and then delete ?
The scrollbar only appears when content > width of editor.
Do you still have DocumentView = false ?
What happens when you set the usermode to HTML ?
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
01-23-2007, 11:12
|
Fly Geek
Joined on 01-04-2007
Posts 6
|
Re: Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
While in default UserMode (enUserMode.WordProcessor), the horizontal scroll bar shows up regardless of the content. I can repeat this behavior with the PinEdit demo. When I changed the UserMode to enUserMode.HTML, the horizontal scroll bar was removed.
|
|
|
|
|
Report
|
|
|
|
01-24-2007, 9:52
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
Re: Can I remove the horizontal scroll bar from the edit area?
|
|
|
|
|
Hi,
that's right because when using WP mode you have documentview = true as default.
When documentview is on then the document has a width.
This width is defined in
editor/config/config.js in variable
globalDocumentPageWidth.
Possibly you can play with those settings.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
|
|