You can dynamically populate screen
reader text with strings from a data source. For example, you can
display custom screen reader text for an object that is in French.
The schema you connect to could have the following defined for
custom screen reader text:
<form>
<csr dp_csr="csr1"/>
</form>
The data file you point to could have the following defined for
custom screen reader text:
<form>
<csr dp_csr="The 7-digit customer identification field."/>
</form>
When you merge the data file with the form design, and you start
the screen reader, it will read the type of field and then read
“The 7-digit customer identification field.”
Before you perform this task, you must ensure the following settings
are in effect:
-
Ensure active labels are on. See
Set up dynamic properties
.
-
Ensure you are connected to a data source that describes
the data to which form object properties will be bound. See
Connecting to a data source
.
-
To test the form with sample data, ensure you are pointing
to a data file that has data defined for the form object property.
See
To preview a form using sample data
.
-
Ensure Acrobat is set up to Read Form Fields in the Preferences
(Reading category) dialog box in the Edit menu.
-
In the Object Library palette, click the Standard category
and drag an object onto the form design.
For example, insert
a Numeric Field object.
-
(Optional) In the Object palette, click the Field tab and
type a caption for the object in the Caption box.
For example,
type
Customer ID
.
-
In the Accessibility palette, click the Custom Screen Reader
Text active label.
-
Select the data connection.
Note:
If you
are not already connected to a data source, Default Data Binding
is the only selection in the Data Connection list.
-
Click the triangle beside the Binding box and select a binding.
For
example, select csr > @dp_csr.
The
following string appears in the Binding box:
$record.csr.dp_csr
You could type this string into the Items box instead
of selecting it.
-
Click OK.
-
View the form in the Preview PDF tab.
For example,
in the Preview PDF tab, try entering data in the Customer ID field to
hear the custom screen reader text.
|
|
|