well you would really "just replace the include...." but you know what I mean.
-----Original Message----- From: John Stanley Sent: Tuesday, July 26, 2005 1:20 PM To: '[email protected]' Subject: RE: [plum] Putting <cf_displayExtraContent> in the middle of a fo rm? you can do stuff like this (as an example, just replace the include I have below with the tag you want to use.: <table width=100% cellpadding=0 cellspacing=0> <tr> <td> <cf_DisplayEditForm table="Milestones" label="Edit Milestone" action="#Application.absoluteUrlRoot#/admin/MilestoneMaintenance/MilestonesE ditAction.cfm" displayALinkToThisList="MilestonesList.cfm"> <cf_PrimaryKey primaryKeyColumn="milestoneID" primaryKeyType="integer" value="#URL.milestoneID#"> <cf_JoinToParent table="ChargeType" primaryKeyColumn="chargeTypeID" foreignKeyColumn="chargeTypeID" optionality="Optional"> <cf_JoinToParent table="LegType" primaryKeyColumn="legTypeID" foreignKeyColumn="legTypeID" optionality="Optional"> <cf_JoinToParent table="PlumUser" primaryKeyColumn="UserID" foreignKeyColumn="updatedBy" optionality="Optional"> <cf_DisplayTextInput column="name" label="Name" type="varchar(255)" required="Yes" size="40"> <cf_DisplayTextInput column="label" label="Label" type="varchar(255)" required="No" size="40"> <cf_DisplayCheckBox column="billable" label="Billable" checkedValue="1" uncheckedValue="0"> <cf_DisplayFilteredSelect parentTable="ChargeType" primaryKey="chargeTypeID" primaryKeyType="integer" foreignKey="chargeTypeID" displayColumn="descChargeItem" required="No" label="Charge Type" maximumNumberOfOptions="125"> <cf_DisplayFilteredSelect parentTable="LegType" primaryKey="legTypeID" primaryKeyType="integer" foreignKey="legTypeID" displayColumn="description" required="No" label="Leg Type"> <cf_DisplayColumnOnForm column="UserLoginID" table="PlumUser" type="text" label="Last Modified By"> <cf_DisplayColumnOnForm column="UpdateDate" type="datetime" label="On"> <cf_DisplaySubmitButton buttonText="Save"> </cf_DisplayEditForm> </td> </tr> <tr><td> </td></tr> <tr><td> </td></tr> <tr> <td> <cfset url.fromAction = 1> <cfinclude template="MilestoneDataElementList.cfm"> </td> </tr> </table> -----Original Message----- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 1:11 PM To: [email protected] Subject: [plum] Putting <cf_displayExtraContent> in the middle of a form? Hey There, How can I put extra content in the middle of a form? When I try to use <cf_displayExtraContent>, PLUM puts the content either outside the form or outside the <cf_DisplayFieldSection>. How do I put non-PLUM generated content inside of a form? Thanks, Mark Fuqua ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm ********************************************************************** ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm ********************************************************************** ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
