JS tricks Semantic UI 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 | Signal Gift Stores | King | Jean | 7025551838 | 8489 Strong St. | Las Vegas | NV | 83030 | USA | 1166 | 71800 | male | View Edit Remove | |||||
2 | La Rochelle Gifts | Labrune | Janine | 40.67.8555 | 67, rue des Cinquante Otages | NULL | Nantes | NULL | 44000 | France | 1370 | 118200 | ' | ' | male | View Edit Remove | ||
3 | Baane Mini Imports | Bergulfsen | Jonas | 07-98 9555 | Erling Skakkes gate 78 | Stavern | 4110 | Norway | 1504 | 81700 | male | View Edit Remove | ||||||
4 | Mini Gifts Distributors Ltd. | Nelson | Susan | 4155551450 | 5677 Strong St. | San Rafael | CA | 97562 | USA | 1165 | 210500 | male | View Edit Remove | |||||
5 | Havel & Zbyszek Co | Piestrzeniewicz | Zbyszek | (26) 642-7555 | ul. Filtrowa 68 | Warszawa | 01-012 | Poland | 0 | male | View Edit Remove | |||||||
6 | Blauer See Auto, Co. | Keitel | Roland | +49 69 66 90 2555 | Lyonerstr. 34 | NULL | Frankfurt | NULL | 60528 | Germany | 1504 | 59700 | ', `customers`.`attach` = ' | ' | male | View Edit Remove | ||
7 | Mini Wheels Co. | Murphy | Julie | 6505555787 | 5557 North Pendale Street | San Francisco | CA | 94217 | USA | 1165 | 64600 | male | View Edit Remove | |||||
8 | Land of Toys Inc. | Lee | Kwai | 2125557818 | 897 Long Airport Avenue | NYC | NY | 10022 | USA | 1323 | 114900 | male | View Edit Remove | |||||
9 | Euro+ Shopping Channel | Freyre | Diego | (91) 555 94 44 | C/ Moralzarzal, 86 | Madrid | 28034 | Spain | 1370 | 227600 | male | View Edit Remove | ||||||
10 | Volvo Model Replicas, Co | Berglund | Christina | 0921-12 3555 | Berguvsvägen 8 | Luleå | S-958 22 | Sweden | 1504 | 53100 | male | View Edit Remove |