FW/1
ColdFusion ORM paging in FW/1 (Framework One)
Firstly, in your Handler add maxresults and offset keys to the RC structure and give them some default values. Maxresults is the number of results to be displayed per page and offset is the number of rows to skip. For example, if the value of both maxresults and offset is 10, records 11 to 20 will be displayed. By default we'll want the value of offset to be 0, but you can set the value of ...
Published: Monday 05 December 2011
| Comments: 0
| Read more »
ColdFusion
FW/1
Related selects using jQuery, ColdFusion 9 ORM & FW/1
I'm currently working on a Framework One project where I needed to populate a second select list (contacts) based upon the selection made in the first select list (clients). With some help from John Whish and an article written by Ray Camden this is how I did it. Firstly, in my views directory I created a .cfm file containing my jQuery script and HTML form. <!--- get an arra...
Published: Wednesday 21 September 2011
| Comments: 0
| Read more »
ColdFusion
jQuery
FW/1