CKEditor and custom Bootstrap 4.5 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
# | Orderdate | Requireddate | Shippeddate | Status | Action | Comments | Customernumber | |
---|---|---|---|---|---|---|---|---|
1 | 2025-01-27 00:00:00 | 30.01.2025 00:00:00 | Shipped | 0 | 353 | View Edit Remove | ||
2 | 2003-07-16 00:00:00 | 23.07.2003 00:00:00 | 21.07.2003 00:00:00 | Shipped | 0 | 282 | View Edit Remove | |
3 | 2003-07-24 00:00:00 | 02.08.2003 00:00:00 | 30.07.2003 00:00:00 | Shipped | 0 | 161 | View Edit Remove | |
4 | 2003-08-08 00:00:00 | 16.08.2003 00:00:00 | 13.08.2003 00:00:00 | Shipped | 0 | 124 | View Edit Remove | |
5 | 2003-08-10 00:00:00 | 18.08.2003 00:00:00 | 12.08.2003 00:00:00 | Shipped | 0 | Can we deliver the new Ford Mustang models by | 320 | View Edit Remove |
6 | 2003-09-03 00:00:00 | 13.09.2003 00:00:00 | 06.09.2003 00:00:00 | Shipped | 0 | 447 | View Edit Remove | |
7 | 2003-09-05 00:00:00 | 12.09.2003 00:00:00 | 09.09.2003 00:00:00 | Shipped | 0 | 379 | View Edit Remove | |
8 | 2003-09-11 00:00:00 | 21.09.2003 00:00:00 | 15.09.2003 00:00:00 | Shipped | 0 | They want to reevaluate their terms agreement | 276 | View Edit Remove |
9 | 2003-09-12 00:00:00 | 18.09.2003 00:00:00 | 17.09.2003 00:00:00 | Shipped | 0 | 487 | View Edit Remove | |
10 | 2003-09-19 00:00:00 | 27.09.2003 00:00:00 | 21.09.2003 00:00:00 | Shipped | 0 | They want to reevaluate their terms agreement | 148 | View Edit Remove |