Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试过这样的事情:
oStore.load( { node : oRecord.parentNode, limit : 20, page : nPage, start : 20 * nPage, params: { parent: strNodeId } } );
但是即使在我删除了oRecord.parentNodes.
oRecord.parentNodes
只是beforeload事件被触发,load事件永远不会。
beforeload
load
您应该检查是否有任何beforeload回调返回false。这将导致加载操作停止。
false