JS tricks Bootstrap theme
Some js functions example
HIDE CODE
<button onclick="Xcrud.reload()">Reload button</button> <button onclick="Xcrud.show_message('.xcrud-ajax','This is error!','error')">Show error</button> <button onclick="Xcrud.show_message('.xcrud-ajax','Got it!','success')">Show success</button> <button onclick="Xcrud.show_message('.xcrud-ajax','Mmm... Maybe you right...','note')">Show note</button> <button onclick="Xcrud.show_message('.xcrud-ajax','Some information','info')">Show info</button> <button onclick="Xcrud.request('.xcrud-ajax',Xcrud.list_data('.xcrud-ajax',{task:'edit',primary:128}))">Edit entry #128</button> <button onclick="Xcrud.modal('My modal','<h1>Hello World!</h1>')">Show modal</button> <?php $xcrud = Xcrud::get_instance(); $xcrud->table('customers'); echo $xcrud->render(); ?> <script type="text/javascript"> jQuery(document).on("xcrudafterrequest",function(event,container){ if(Xcrud.current_task == 'save') { Xcrud.show_message(container,'WOW!','success'); } }); </script>
Customers
# | Customername | Contactlastname | Contactfirstname | Phone | Addressline1 | Addressline2 | City | State | Postalcode | Country | Salesrepemployeenumber | Creditlimit | Avatar | Photo | Attach | Sex | Interests | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Muscle Machine Inc | Young | Jeff | 2125557413 | 4092 Furth Circle | Suite 400 | NYC | NY | 10022 | USA | 1286 | 138500 | female | programming, girls, drinks, history, shopping | View Edit Remove | |||
2 | Diecast Classics Inc. | Leong | Kelvin P | 2155551555 | 7586 Pompton St. | Allentown | PA | 70267 | USA | 1216 | 100600 | male | fights, history, cooking | View Edit Remove | ||||
3 | Technics Stores Inc. | Hashimoto | Juri | 6505556809 | 9408 Furth Circle | Burlingame | CA | 94217 | USAY | 1165 | 84600 | male | View Edit Remove | |||||
4 | Gift Depot Inc. | King | Julie | 2035552570 | 25593 South Bay Ln. | Bridgewater | CT | 97562 | USA | 1323 | 84300 | male | programming, cars | View Edit Remove | ||||
5 | Osaka Souveniers Co. | Kentary | Mory | +81 06 6342 5555 | 1-6-20 Dojima | Kita-ku | Osaka | 530-0003 | Japan | 1621 | 81200 | male | View Edit Remove | |||||
6 | Vitachrome Inc. | Frick | Michael | 2125551500 | 2678 Kingston Rd. | Suite 101 | NYC | NY | 10022 | USA | 1286 | 76400 | male | View Edit Remove | ||||
7 | Toys of Finland, Co. | Karttunen | Matti | 90-224 8555 | Keskuskatu 45 | Helsinki | 21240 | Finland | 1501 | 96500 | male | View Edit Remove | ||||||
8 | AV Stores, Co. | Ashworth | Rachel | (171) 555-1555 | Fauntleroy Circus | Manchester | EC2 5NT | UK | 1501 | 136800 | male | View Edit Remove | ||||||
9 | Clover Collections, Co. | Cassidy | Dean | +353 1862 1555 | 25 Maiden Lane | Floor No. 4 | Dublin | 2 | Ireland | 1504 | 69400 | male | View Edit Remove | |||||
10 | Auto-Moto Classics Inc. | Taylor | Leslie | 6175558428 | 16780 Pompton St. | Brickhaven | MA | 58339 | USA | 1216 | 23000 | male | View Edit Remove |