Coments like template Minimal theme
This trick allows you use add and grid view per one page
<?php
$xcrud1 = Xcrud::get_instance();
$xcrud1->table('productlines');
$xcrud1->columns('productLine,htmlDescription');
$xcrud1->unset_edit()->unset_view();
$xcrud1->hide_button('add');
echo $xcrud1->render();
$xcrud2 = Xcrud::get_instance();
$xcrud2->table('productlines');
$xcrud2->fields('productLine,htmlDescription');
$xcrud2->hide_button('save_return,return,save_edit');
$xcrud2->set_lang('save_new','Publish');
echo $xcrud2->render('create');
?>
<script type="text/javascript">
window.onload = function(){
jQuery(document).on("xcrudafterrequest",function(event,container){
if(jQuery(container).closest(".xcrud").prevAll(".xcrud").size()){
Xcrud.reload(".xcrud:first");
}
});
}
</script>
Productlines
Productlines
| # | Productline | Htmldescription | |
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
| 1 | Classic Cars | | |
| 2 | Motorcycles | | |
| 3 | Planes | | |
| 4 | Ships | | |
| 5 | Trains | | |
| 6 | trucks | q | |
| 7 | Trucks and Buses | | |
| 8 | Vintage Cars | | |