DEMO SITE v1.7.20

CKEditor and custom Minimal theme

CKEditor loading and custom field types

HIDE CODE
<?php
    Xcrud_config::$editor_url = dirname($_SERVER["SCRIPT_NAME"]).'/../editors/ckeditor/ckeditor.js'; // can be set in config
	$xcrud = Xcrud::get_instance();
    $xcrud->table('orders');
    $xcrud->change_type('status','select','','On Hold,In Process,Resolved,Shipped,Disputed,Cancelled');
    $xcrud->change_type('orderDate','none');
    echo $xcrud->render();
?>

Orders

#OrderdateRequireddateShippeddateStatusCommentsCustomernumber 
10000-00-00 00:00:00On Holdxbvfdfgdffgd0 View Edit Remove
22003-02-11 00:00:0021.02.2003 00:00:0012.02.2003 00:00:00ShippedItem 1p145 View Edit Remove
32003-02-17 00:00:0024.02.2003 00:00:0021.02.2003 00:00:00ShippedGreat Item278 View Edit Remove
42003-03-03 00:00:0012.03.2003 00:00:0008.03.2003 00:00:00Shipped385 View Edit Remove
52003-03-10 00:00:0019.03.2003 00:00:0011.03.2003 00:00:00ShippedCustomer requested that FedEx Ground is used for…487 View Edit Remove
62003-03-18 00:00:0024.03.2003 00:00:0020.03.2003 00:00:00Shipped187 View Edit Remove
72003-03-25 00:00:0031.03.2003 00:00:0030.03.2003 00:00:00Shipped129 View Edit Remove
82003-03-24 00:00:0003.04.2003 00:00:0029.03.2003 00:00:00ShippedCustomer requested that ad materials (such as…144 View Edit Remove
92003-03-26 00:00:0002.04.2003 00:00:0027.03.2003 00:00:00Shipped124 View Edit Remove
102003-04-01 00:00:0007.04.2003 00:00:0002.04.2003 00:00:00Shipped172 View Edit Remove
Add Export into CSV Print Search