JavaScript Editor Javascript validator     Web page editor 



HTML_Table::getAutoGrow()

HTML_Table::getAutoGrow() -- Return autoGrow flag

Synopsis

require_once 'HTML/Table.php';

boolean HTML_Table::getAutoGrow ([int $body=0])

Description

Returns the value of the autoGrow flag. If a value into an cell, which not exists, HTML_Table will automatically add a necessary row or column, if the flag is TRUE.

Parameter

Return value

boolean - the flag state

Note

This function can not be called statically.

See

HTML_Table::setAutoGrow()




JavaScript Editor Javascript validator     Web page editor