Exemplo n.º 1
0
function FormControl_setReadOnly(FormControl $_this)
{
    $_this->getControlPrototype()->readonly = TRUE;
}