htmlFilterIn - HTML Filtering Processor Name Receiving

Specifies an Active Content Filtering (ACF) processor for receiving data.

Category

basics

Syntax

htmlFilterIn="identity|acf|empty|striptags"

Usage

In Design mode, click All Properties and look for htmlFilterIn under basics.

For sending data and for more information, see htmlFilter - HTML Filtering Processor Name Sending.

Examples

This Input Box specifies the acf processor for filtering when sending and receiving.
<xp:inputText id="inputText1" value="#{document1.subject}"
	htmlFilter="acf" htmlFilterIn="acf">
</xp:inputText>