Development

Changeset 8042

You must first sign up to be able to contribute.

Changeset 8042

Show
Ignore:
Timestamp:
03/22/08 00:34:45 (6 months ago)
Author:
FabianLange
Message:

fixes #3177

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/09-Links-and-the-Routing-System.txt

    r7624 r8042  
    286286 
    287287    <?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') 
    289289    )) ?> 
    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;" 
    291291           href="/fo_dev.php/shoppingCart/add/id/100.html">add to cart</a> 
    292292 
  • doc/branches/1.1/book/09-Links-and-the-Routing-System.txt

    r7705 r8042  
    282282 
    283283    <?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') 
    285285    )) ?> 
    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;" 
    287287           href="/fo_dev.php/shoppingCart/add/id/100.html">add to cart</a> 
    288288