Ticket #131 (closed defect: fixed)
Width problem
| Reported by: | Rob | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I just don't get it.
When I do:
var editor = null; function initEditor(id) {
editor = new HTMLArea(); var cfg = editor.config;
cfg.width = '100%'; cfg.height = '200px';
HTMLArea.replace(id, cfg);
}
, the xinha textbox is displayed as 100 *pixels*, not percent. I've had this problem with htmlarea too, some months ago. I really don't understand what I'm doing wrong. Thanks,
Rob
Change History
Note: See
TracTickets for help on using
tickets.
