Customizing the Admin screen

3 posts by 3 authors in: Forums > CMS Builder
Last Post: September 24, 2010   (RSS)

By ispro - September 24, 2010

I would like to customize the section editor to do the following:

1. Provide a filter on one or more fields so that not all entries are displayed in the list,
2. Set a default vaue to a field that can be overrirden. For example, if "date" or "ID" are in the database, would like to have the followinh happen on a "CREATE" event - date is filled in with the date in the most recently added record, and ID is incremented from the last highest ID number,
3. Define sort order after a CREATE such that new entires are added to the bottom of the lsit, not the top.

Apologies if these points have been addressed in the forum - I could not find anything.

Volodymyr Lyczmanenko

Re: [Jason] Customizing the Admin screen

By Chris - September 24, 2010

Alternately, for number 3, you can change the section's Order By (under the sorting tab) from "dragSortOrder DESC" to "dragSortOrder".

I hope this helps!
All the best,
Chris