Hi,
It must be tuesday. I'm productive today.
Attached is my attempt at implementing a preview pane in the message list On single-clicking a message it halfs the list, and uses the remaining space for an <iframe> containing the message.
- Is anybody interested in my efforts?
- Any HTML object has an empty style in JS. How did that happen? For example, rcube_find_object('mailcontframe').style.length returns zero.
- The iframe needs to be resized on browser resize.
- href's within the iframe need to be sent to the parent.
- I wanted to use this.set_busy(true) but could not yet find a proper place to this.set_busy(false).
Robin