noxioustoo34847 Approved

Member since: 2019-02-02

Recent posts by noxioustoo34847
Post When

hambern said:

Can look into it. As long as it doesn't overwrite other files with the same name ther...

Posted in Maintain the original File Name after upload?

maraerben said:

Maybe you could define your own column type with static counter variable to count r...

Posted in How to add serial number column to backend list?

I want a column like the first one. It's not ID. If I click on a filter I want to this column count ...

Posted in How to add serial number column to backend list?

This code is useful for situations when you have a form with huge number of fields.

function onSubmi...

Posted in [HOWTO] Frontend AJAX file upload for model

fields.yaml:

 fields:
     docs:
         label: Some file
         type: fileupload
         mode: ...

Posted in can't upload docx file

If you use Builder then to set page title as post title you should do this:

function onEnd()
{
   $t...

Posted in [HOWTO] Set the Page Title to the current post title

Solved! By default, a model will expect created_at and updated_at columns to exist on your tables. I...

Posted in How to remove `created_at`, `updated_at` from insert query (when create a model record)?

Hello.There is a backend page with a form with two fields. When I create new record an error occurs ...

Posted in How to remove `created_at`, `updated_at` from insert query (when create a model record)?