Alert
Casual
Testing Adobe Post Length Issue
Tags with child tags and body
These types of operations must be performed in the following stages:
Operation Initialization
Child operation Initialization
Set attribute values
Set child attribute values
Initialize body
Invoke corresponding action on the operation
Let’s implement the operation presentation using tag, cfscript, and the new cfscript syntaxes.
The tag version of creating a presentation would be as shown below:
Tag
<cfpresentation title="Sales Presentation" directory="myPresenation">
<cfpresenter name="Shyam" title="Vice President" email="shyam@somecompany.com" image="shyam.jpg">
<cfpresenter name="Ram" title="Sr. Vice President" email="ram@somecompany.com">
<!--- The following code creates a slide from HTML and CFML code. --->
These types of operations must be performed in the following stages:
Operation Initialization
Child operation Initialization
Set attribute values
Set child attribute values
Initialize body
Invoke corresponding action on the operation
Let’s implement the operation presentation using tag, cfscript, and the new cfscript syntaxes.
The tag version of creating a presentation would be as shown below:
Tag
<cfpresentation title="Sales Presentation" directory="myPresenation">
<cfpresenter name="Shyam" title="Vice President" email="shyam@somecompany.com" image="shyam.jpg">
<cfpresenter name="Ram" title="Sr. Vice President" email="ram@somecompany.com">
<!--- The following code creates a slide from HTML and CFML code. --->