Welcome Guest, Not a member yet? Register   Sign In
Get jQuery's Thickbox iFrame/div to work in CodeIgniter?
#6

[eluser]blasto333[/eluser]
I modified thickbox version 3.1 to work with Codeigniter out of the box. Instead of passing the parameters such as width and height using the query string, you can simply append them to the url using the following format. Download the attached files to try it out.

Code:
echo anchor("customers/view/width:400/height:400/modal:true","View Customers",array('class'=>'thickbox'));
//<a href="http://www.somesite.com/index.php/customers/view/width:400/height:400/modal:true" class="thickbox">View Customers</a>


Messages In This Thread
Get jQuery's Thickbox iFrame/div to work in CodeIgniter? - by El Forum - 10-16-2008, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB