addForm.php and dragSortOrder Issues

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 5, 2012   (RSS)

Re: [Perchpole] addForm.php and dragSortOrder Issues

By Jason - July 5, 2012

Hi Perch,

You're right, if no value is assigned to dragSortOrder, then it will appear at the bottom of the pile. If you want to put your records at the top, you can assign dragSortOrder a value of time()

For example:

dragSortOrder = '".time()."',

This is the default value assigned by CMS Builder when a record is created.

hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] addForm.php and dragSortOrder Issues

By Perchpole - July 5, 2012

Thanks, Jason

It just keeps on getting better...!

:oD

Perch