[Hypercontent-users] Setting in DocumentFactory.java
Brought to you by:
alexvigdor
From: Carl B. <C.P...@hu...> - 2005-06-21 18:44:21
|
Hi All I've changed DocumentFactory.java so that the editor doesn't strip out certain things. Works fine :) For one page, I need it to keep in the whole of : <select name="hullselect" onChange="location = this.options[this.selectedIndex].value;"> I tried adding: remover.acceptElement("select",new String[]{"disabled","multiple","name","size","onChange"}); The editor leaves name in there but strips out onChange. I presume because onChange is a javascript function and not a true attribute. Do you know what I need to add to have in leave the onChange in there? Thanks Carl -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |