Changeset 8042
- Timestamp:
- 03/22/08 00:34:45 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/09-Links-and-the-Routing-System.txt
r7624 r8042 286 286 287 287 <?php echo link_to('add to cart', 'shoppingCart/add?id=100', array( 288 'popup' => array(' Window title', 'width=310,height=400,left=320,top=0')288 'popup' => array('popupWindow', 'width=310,height=400,left=320,top=0') 289 289 )) ?> 290 => <a onclick="window.open(this.href,' Window title','width=310,height=400,left=320,top=0');return false;"290 => <a onclick="window.open(this.href,'popupWindow','width=310,height=400,left=320,top=0');return false;" 291 291 href="/fo_dev.php/shoppingCart/add/id/100.html">add to cart</a> 292 292 doc/branches/1.1/book/09-Links-and-the-Routing-System.txt
r7705 r8042 282 282 283 283 <?php echo link_to('add to cart', 'shoppingCart/add?id=100', array( 284 'popup' => array(' Window title', 'width=310,height=400,left=320,top=0')284 'popup' => array('popupWindow', 'width=310,height=400,left=320,top=0') 285 285 )) ?> 286 => <a onclick="window.open(this.href,' Window title','width=310,height=400,left=320,top=0');return false;"286 => <a onclick="window.open(this.href,'popupWindow','width=310,height=400,left=320,top=0');return false;" 287 287 href="/fo_dev.php/shoppingCart/add/id/100.html">add to cart</a> 288 288