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-11-06 00:00:0014.11.2003 00:00:0015.11.2003 00:00:00Shipped0324 View Edit Remove
22003-11-06 00:00:0015.11.2003 00:00:0012.11.2003 00:00:00Shipped0386 View Edit Remove
32003-11-08 00:00:0016.11.2003 00:00:0010.11.2003 00:00:00Shipped0Custom shipping instructions sent to warehouse242 View Edit Remove
42003-11-12 00:00:0019.11.2003 00:00:0015.11.2003 00:00:00Shipped0167 View Edit Remove
52003-11-12 00:00:0021.11.2003 00:00:0018.11.2003 00:00:00Shipped0124 View Edit Remove
62003-11-13 00:00:0022.11.2003 00:00:0015.11.2003 00:00:00Shipped0We need to keep in close contact with their…339 View Edit Remove
72003-11-14 00:00:0022.11.2003 00:00:0020.11.2003 00:00:00Shipped0484 View Edit Remove
82003-11-14 00:00:0021.11.2003 00:00:0020.11.2003 00:00:00Shipped0320 View Edit Remove
92003-11-14 00:00:0020.11.2003 00:00:0018.11.2003 00:00:00Shipped0888 They want to reevaluate their terms agreement…489 View Edit Remove
102003-11-15 00:00:0024.11.2003 00:00:0016.11.2003 00:00:00Shipped0211 View Edit Remove
Search