DEMO SITE v1.7.31

CKEditor and custom Bootstrap 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
Actions
12003-10-21 00:00:0030.10.2003 00:00:0027.10.2003 00:00:00Shipped462 View Edit Remove
22003-10-23 00:00:0030.10.2003 00:00:00CancelledCustomer called to cancel. The warehouse was…448 View Edit Remove
32003-10-28 00:00:0003.11.2003 00:00:0001.11.2003 00:00:00Shipped161 View Edit Remove
42003-11-04 00:00:0014.11.2003 00:00:0009.11.2003 00:00:00Shipped276 View Edit Remove
52003-11-04 00:00:0012.11.2003 00:00:0007.11.2003 00:00:00Shipped452 View Edit Remove
62003-11-05 00:00:0013.11.2003 00:00:0007.11.2003 00:00:00Shipped233 View Edit Remove
72003-11-05 00:00:0014.11.2003 00:00:0011.11.2003 00:00:00Shipped175 View Edit Remove
82003-11-05 00:00:0015.11.2003 00:00:0009.11.2003 00:00:00ShippedCautious optimism. We have happy customers here,…278 View Edit Remove
92003-11-06 00:00:0015.11.2003 00:00:0010.11.2003 00:00:00Shipped333 View Edit Remove
102003-11-06 00:00:0014.11.2003 00:00:0009.11.2003 00:00:00Shipped324 View Edit Remove
Search
showing_records 1 to 10 of 329