X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..HEAD:/examples/direct/php/config.php diff --git a/examples/direct/php/config.php b/examples/direct/php/config.php index 35311332..1f7669c7 100644 --- a/examples/direct/php/config.php +++ b/examples/direct/php/config.php @@ -9,7 +9,17 @@ $API = array( 'len'=>1 ), 'getTree'=>array( - 'len'=>1 + 'len'=>1 + ), + 'getGrid'=>array( + 'len'=>1 + ), + 'showDetails'=>array( + 'params'=>array( + 'firstName', + 'lastName', + 'age' + ) ) ) ), @@ -26,7 +36,7 @@ $API = array( 'len'=>1 ), 'updateBasicInfo'=>array( - 'len'=>2, + 'len'=>0, 'formHandler'=>true ) )