A simple example
Building mobile applications using the ColdFusion Mobile Platform is easy. Your code will be as simple as:
<cfclient> |
Note the new ColdFusion tag, <cfclient> that will be used for mobile development (see The new <cfclient> tag). The ColdFusion content available in the <cfclient> block gets translated into corresponding HTML/JavaScript content.
A more complex example
Let us launch the device camera:
<cfclient> |
Examples
Community posts and tutorials