Sharing one huge HTML text in more containers (jQuery) -


i have specific issue:

i have couple of divs on html page, each different fixed sizes , set overflow:hidden, each of containers powered jqueryte wisiwig editor (jqueryte.com) user can change content of divs interactively.

the point ensure more comfortable work huge texts (like books etc.). user insert 1 big content (also html marks) in div editor, oveflowed part of text (not visible in current div) send next div (assume user select joined divs before).

for familiar adobe indesign there same functionality, question if it's applicable on html/css/jquery environment.

some perfect solution user edit content in each separate div editor , content interactively continue next joined div, if u understand mean.

i have found couple of tips needs either same width divs or non-html content (plain text).

please guys, there posibility prepare such concept of working huge html-like content?

thank help, regards, honza.

if understand correctly scenario following: supporse have 2 divs, #divone , #divtwo of fixed width (not same) both of them. insert large html #divone , want invisible context in #divone moved #divtwo. correct?

if so, achive identifying if #div 1 has scrollbar how check if element has scrollbar

then write algorithm parse html , @ same time check if #divone has scrollbars. check full stop or question mark , cut html text there , append $("#divtwo").append().

it scenario , see if works you.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -