Re: Can I remove the horizontal scroll bar from the edit area?

pinEdit WP

Can I remove the horizontal scroll bar from the edit area?


Fly Geek 01-17-2007, 5:56
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.

Re: Can I remove the horizontal scroll bar from the edit area?


Pintexx Support 01-18-2007, 9:22
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

Re: Can I remove the horizontal scroll bar from the edit area?


Fly Geek 01-18-2007, 11:13
I am setting documentView to false and still getting the horizontal scroll bars.  Is there something else I could be missing?

Re: Can I remove the horizontal scroll bar from the edit area?


Pintexx Support 01-19-2007, 8:22
Hi,

could you please send a screenshot to support@pintexx.com ?

Does this happen with or without content ?

Regards,
Hans-Peter

Re: Can I remove the horizontal scroll bar from the edit area?


Pintexx Support 01-22-2007, 10:41
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

Re: Can I remove the horizontal scroll bar from the edit area?


Fly Geek 01-23-2007, 11:12
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.

Re: Can I remove the horizontal scroll bar from the edit area?


Pintexx Support 01-24-2007, 9:52
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