My favorites | Sign in
Project Logo
                
Search
for

NOTE: This wiki contains "bleeding edge" documentation, which may reflect a future version of Wheels. Entries in the wiki may also be incomplete and unedited. Please visit cfwheels.org/docs for the "official" documentation.

Introduction

Handling Requests With Controllers

Database Interaction Through Models

Displaying Views to Users

Working With Wheels

Contributing to Wheels

Sample Applications

The Wheels API

* Not scheduled for the 1.0 release.

Updated Nov 05, 2009 by per.djurner
Labels: chapter, 1.0
ViewHelperFunctions  
Listing of all view helper functions.

These functions can be called from the views to create output for use in a HTML page.

Example

views/blog/listauthors.cfm:

<cfoutput>
  #paginationLinks(action="listArticles", windowSize=5)#
</cfoutput>

Functions

THE REST OF THE CONTENT ON THIS PAGE WILL BE GENERATED FROM THE SOURCE CODE


Sign in to add a comment
Hosted by Google Code