Hi Barry,

I used to use CFIMPORT exclusively for my UI. 

Now, I use CFCs for all of our user interface work, as we've found that 
this fits better with our framework.
 
Darryl Lyons | Assistant Applications Development Manager
ABN AMRO Morgans Limited | ABN 49 010 669 726 | AFSL 235410
Level 29, Riverside Centre, 123 Eagle Street, Brisbane, Qld 4000
( Ph +61 7 333 44 800 | 7 Fax +61 7 3834 0800 | + 
[EMAIL PROTECTED]
 

[EMAIL PROTECTED] wrote on 26/09/2005 01:58:05 PM:

> Hi all
> 
> just curious to see how popular the idea is to totally build the View
> layer using CFIMPORT and custom tags.
> 
> from page layout all the way down to writing a custom tag "wrapper" to
> HTML controls (and hiding JS behaviour inside them)
> 
> Is this a popular thing to do or are ppl still writing basically HTML
> pages and injecting CF variables within that?
> 
> I just want to see if it's a worthy topic for a CFUG meet and gauge
> some idea if others have been doing this also.
> 
> thanx
> barry.b
> 
> Here's what I mean about taking it to the N'th degree with custom
> tag-based layout (this is after data has been obtained at the top of
> the CFM page)
> 
> 
> <cfimport prefix="container" taglib="../containers">
> <cfimport prefix="control" taglib="../controls">
> <cfimport prefix="content" taglib=".">
> 
> <container:page class="info" text="Records Setup"
>       onload="#onloadEvent#windowLoaded();document.
> getElementById('tab1').focus();"
>       security="#setupPerms#">
>    <container:window />
> 
>    <container:header image="../images/mod_titles/setup.gif">
>       <container:banner text="Setup" left="-6" displayName="" />
>       <container:searchbar title="Accounts Payable Setup" />
>       <control:newentitybutton
>          link=""
>          click="window.location.href = 'setup.cfm?mode=edit';
>          return false;"
>          image="../images/p_toolbar/edit.gif"
>          text="Edit"
>          security="#editSetup#"
>       />
> 
>    </container:header>
> 
>    <container:form name="entry" method="post"
> action="#cgi.script_name#?batch_ID=#batch_ID#">
>       <container:tab id="content1">
>          <content:t_accountspayable_setup_parms
>             security = "#setupPerms#"
>              mode = "#apparms_mode#"
>             dataModel="#data#" 
>          />
>          <container:formsave
>             id="content1"
>             security="#setupPerms#"
>          />
>       </container:tab>
>    </container:form> 
> </container:page>
> 
> ---
> You are currently subscribed to cfaussie as: 
[EMAIL PROTECTED]
> To unsubscribe send a blank email to 
[EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/


To unsubscribe from this email please forward this email to [EMAIL PROTECTED] 

This email message is confidential and may be privileged. Unauthorised use, 
copying or distribution of any part of this email
including attachments is prohibited.  If you are not the intended recipient 
please forward the email to [EMAIL PROTECTED]
and delete the original. 

ABN AMRO Morgans Limited and its associates hold or may hold securities in the 
companies/trusts mentioned herein.  Any general
advice included in this email has been prepared without taking into account 
your objectives, financial situation or needs.  Before
acting on the advice, you should consider its appropriateness or discuss with 
one of our investment advisors.

To the extent permitted by law we exclude (and where the law does not permit an 
exclusion, limit to the extent permitted by law) all
liability for any direct, indirect and consequential costs, losses, damages and 
expenses incurred in any way (including but not limited
to that arising from negligence), connected with any use or access to this 
email or any reliance on information contained in this email
or any attachments.

ABN AMRO Morgans Limited (ABN 49 010 669 726 AFSL 235410) A Participant of ASX 
Group  A Principal Member of the
Financial Planning Association


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to