Unclassified NewsBoard Code Reference

UnbCheckLength function [JavaScript]

Check the current length of a textbox

function UnbCheckLength (where, max);

Parameters:

where
(object) Textbox object
max
(int) Maximum allowed length

Return value:

(bool) true: limit not reached; false: text length exceeded limit

Implementation file: unb_lib/designs/native/js/posteditor.js.php, line 251

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.