PDA

View Full Version : HTMLbox2 : how to use HTML without a file?


jaaaab
10-06-2009, 09:25 AM
Hello Tommy,

In your HTMLboxV1 we could use HTML directly passed thru the xml

Is this usefull feature still available in HTMLboxV2?

Thanks a lot!

allSaints
10-06-2009, 03:04 PM
Hi jaaaab,

no, I decided not to keep that possibility in the second version. As you have to escape-code so many characters, it clutters your xml file to make it almost unreadable.

But you still have the option of using version 1. The second version was not ment to replace it.

Tommy

jaaaab
10-06-2009, 05:25 PM
arg

for example, i have HTML stored in a DB, that i escape to be able to pass thru xml, that works with HTMLbox V1.

Using V2 means creating dynamicaly an HTML file with HTML code from the DB : boring...

Does V1 allow scrollbars too?

Didn't look at V2 source, but may i modify it myself to work like V1?

Cheers!

allSaints
10-06-2009, 08:25 PM
jaaaab,

no scrollbars in V1.

I appreciate your asking, and you can do anything you like with the code.


Tommy