📄 rpc.php
字号:
<?php// Request encoding/decoding skipped to make things simple// user should see progress indicatorsleep(3);extract($_REQUEST);if ($action == 'getChildren') {?>([{title:"load1",isFolder:true,objectId:"myobj"},{title:"load2",isFolder:true,objectId:"myobj"},{title:"singleChild",children:[ {title:"leaf"} ]}])<? return;}if ($action == 'createChild') {?>dojo.debug("server gave new title");({title:"action successful: createChild",objectId:666})<? return;}if ($action == 'editLabelSave') {?>dojo.debug("server gave new title");({title:"action successful: editLabelSave"})<?return;}?>({})
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -