feel like I am going around in circles with this.
I have a custom type with a property of type array
with a ftRederType set to checkbox.
But what I would like to do is create my own HTML for the form field
Below is the code where I am at
editSubscription.cfm is in the type webskin
<cfset stMetadata.aSubscribedTo.IncludeFieldSet = FALSE />
<cfset stMetadata.aSubscribedTo.IncludeLabel = FALSE />
<cfset stMetadata.aSubscribedTo.ftRenderType = "" />
<cfset stMetadata.aSubscribedTo.ftLibraryEditWebskin =
"editSubscription" />
<ft:form>
<ft:object objectid="#stObj.objectid#" typename="pslClient"
lfields="aSubscribedTo" stPropMetadata="#stMetadata#"
includeLabel="#stMetadata.aSubscribedTo.IncludeLabel#"
IncludeFieldSet="#stMetadata.aSubscribedTo.IncludeFieldSet#" />
Am I even close to getting this right?
--
AJ Mercer
Web Log: http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---