Quantcast
Channel: SP Technolab Blog » CodeIgniter
Browsing all 5 articles
Browse latest View live

ExtJS Implemented in CodeIgniter

data base file :- CREATE TABLE IF NOT EXISTS `countries` ( `id` int(11) NOT NULL AUTO_INCREMENT, `country_name` varchar(150) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM  DEFAULT CHARSET=latin1...

View Article



jq{grid}

jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web. Since the grid is a client-side solution loading data dynamically through...

View Article

date validation in codeigniter

this code implement function in controller file :- class date extends Controller { function index() { $data['error']=”"; $this->load->view(‘date’,$data); } function validation () { $dft=...

View Article

custom buttons in Jqgrid

Custom Buttons are a way to define your own button and action in the pager. 12345678910jQuery("#grid_name").navGrid('#pagername',edit:false,add:false,del:false,search:false})...

View Article

How to get Grid parameter In JQGrid

Custom Button With Get ID Selected Row {code} jQuery(“#gridname”).navButtonAdd(‘#pagername”?>’, { caption:”New Button”, buttonicon:”ui-icon-newwin”, onClickButton: function(){ var id =...

View Article

Browsing all 5 articles
Browse latest View live


Latest Images