Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) Part Number E10726-01 |
|
|
View PDF |
Enables Dynamic Converter.
This value is set to FALSE during initial Content Server installation.
This value is set to TRUE during Dynamic Converter installation.
Default is FALSE.
Type and Usage
Location
System Properties, Options tab, Enable Dynamic Converter
Admin Server, General Configuration, Enable Dynamic Converter
IntradocDir/config/config.cfg
Example
As a configuration setting, enables Dynamic Converter functionality:
IsDynamicConverterEnabled=true
As script, used to evaluate whether dynamic converter functionality is enabled:
<$if IsDynamicConverterEnabled and isTrue(IsDynamicConverterEnabled)$> <tr> <td align="center" width="75"> <a href="<$HttpCgiPath$>?IdcService=GET_TEMPLATE_CONVERSIONS"> <img src="<$HttpImagesRoot$><$admin_conversion_image$>" border="0" width="<$adminImageWidth$>" height="<$adminImageHeight$>"></a> </td> <td width="10"> </td> <td width="245"><span class=largeTableEntry> <a href="<$HttpCgiPath$>?IdcService=GET_TEMPLATE_CONVERSIONS"> <$lc("wwTemplateConversions")$></span></a> </td> </tr> <$endif$>