NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item1739: Prevent js error in edit screen
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
|
|
Sometimes the edit page gives a js error. Better to build in a check:
function setEditBoxHeight(inRowCount) {
var el = document.getElementById(EDITBOX_ID);
if (el) {
el.rows = inRowCount;
}
}
--
ArthurClemens - 16 Jun 2009