X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/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 ) )