Changeset 5775
- Timestamp:
- 10/31/07 10:03:01 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_layout.php
r5768 r5775 218 218 ?> 219 219 var <?= strtolower($class) ?>_ds = <?php echo $jsDataStore ?>; 220 <?= strtolower($class) ?>_ds.load( );220 <?= strtolower($class) ?>_ds.load({params:{start:0, limit:10000}}); // TODO: do I need to say more, this is a hack to preload everything, which probably isn't desired... (but when something isn't there, but it is requested by the renderer with its ID javascript breaks. Requesting the id would be ideal, but because it runs in a seperate thread I don't know how yet... 221 221 222 222 <?php endforeach; ?>