DEMO SITE v1.7.20

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

#CustomernameContactlastnameContactfirstnamePhoneAddressline1Addressline2CityStatePostalcodeCountrySalesrepemployeenumberCreditlimitAvatarPhotoAttachSexInterests 
1Muscle Machine IncYoungJeff21255574134092 Furth CircleSuite 400NYCNY10022USA1286138500femaleprogramming, girls, drinks, history, shopping View Edit Remove
2Diecast Classics Inc.LeongKelvin P21555515557586 Pompton St.AllentownPA70267USA1216100600malefights, history, cooking View Edit Remove
3Technics Stores Inc.HashimotoJuri65055568099408 Furth CircleBurlingameCA94217USAY116584600male View Edit Remove
4Gift Depot Inc.KingJulie203555257025593 South Bay Ln.BridgewaterCT97562USA132384300maleprogramming, cars View Edit Remove
5Osaka Souveniers Co.KentaryMory+81 06 6342 55551-6-20 DojimaKita-kuOsaka 530-0003Japan162181200male View Edit Remove
6Vitachrome Inc.FrickMichael21255515002678 Kingston Rd.Suite 101NYCNY10022USA128676400male View Edit Remove
7Toys of Finland, Co.KarttunenMatti90-224 8555Keskuskatu 45Helsinki21240Finland150196500male View Edit Remove
8AV Stores, Co.AshworthRachel(171) 555-1555Fauntleroy CircusManchesterEC2 5NTUK1501136800male View Edit Remove
9Clover Collections, Co.CassidyDean+353 1862 155525 Maiden LaneFloor No. 4Dublin2Ireland150469400male View Edit Remove
10Auto-Moto Classics Inc.TaylorLeslie617555842816780 Pompton St.BrickhavenMA58339USA121623000male View Edit Remove
Search