Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)
E10726-01
  Go To Documentation Library
Library
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

idocTestForInclude

This function tests to find out if a dynamichtml resource exists.

Type and Usage

Parameters

This function has one parameter: includeName is the name of the dynamichtml resource.

Output

If the resource exists, then it returns True.

Example

<$if idocTestForInclude("std_page_begin")$>    <$include std_page_begin$><$endif$>