CKEditor and custom

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

#OrderdateRequireddateShippeddateStatusActionCommentsCustomernumber
Actions
12003-10-11 00:00:0017.10.2003 00:00:0017.10.2003 00:00:00Shipped0347 View Edit Remove
22003-10-17 00:00:0025.10.2003 00:00:0020.10.2003 00:00:00Shipped0227 View Edit Remove
32003-10-18 00:00:0026.10.2003 00:00:0019.10.2003 00:00:00Shipped0321 View Edit Remove
42003-10-20 00:00:0027.10.2003 00:00:0024.10.2003 00:00:00Shipped0424 View Edit Remove
52003-10-21 00:00:0030.10.2003 00:00:0023.10.2003 00:00:00Resolved0This order was disputed, but resolved on…452 View Edit Remove
62003-10-22 00:00:0031.10.2003 00:00:0026.12.2003 00:00:00Shipped0This order was on hold because customers's credit…148 View Edit Remove
72003-10-21 00:00:0030.10.2003 00:00:0027.10.2003 00:00:00Shipped0462 View Edit Remove
82003-10-23 00:00:0030.10.2003 00:00:00Cancelled0Customer called to cancel. The warehouse was…448 View Edit Remove
92003-11-04 00:00:0012.11.2003 00:00:0007.11.2003 00:00:00Shipped0452 View Edit Remove
102003-11-05 00:00:0013.11.2003 00:00:0007.11.2003 00:00:00Shipped0233 View Edit Remove
Search