for those, who want to make textboxes flexible in hype,
in order to place as much text as you want to place without using scrolling,
you can do this - EDIT: use jQuery - load latest jQuery-plugin to the resource-folder
no, what you wish to do is default behaviour as you work with innerHTML already ...
just set the hypeelement to overflow visible without any backgroundcolor and set the styling for you inner html ... jquery-js-approach seems a bit to much for me
but this is what i didn´t want. i get text from a database. so i only have to name the class or id for the textbox.
when i get data- text, there´s no need defining text - innerHTML, just write the class or id-name in hype. that´s all …
cool - the only thing i´ve to change:
in innerHTML there should text from a databse being loaded.
therefore i put the css-tag into the head-HTML of the document.