The
searchSource
HTML source.
The
{matchCase}
the search is case-sensitive. If this property is not explicitly set, it defaults to a
The
{ignoreWhitespace}
whether white space differences should be ignored. The
defaults to
false
defaults to a value of
The
{useRegularExpressions}
property uses regular expressions. If this property is not explicitly set, it
searchString
defaults to a value of
Returns
Nothing.
Example
The following code demonstrates three ways to create a
var searchParams;
searchParams.searchString = 'bgcolor="#FFCCFF"';
searchParams.replaceString = 'bgcolor="#CCFFCC"';
searchParams.searchSource = true;
dreamweaver.setUpFindReplace(searchParams);
var searchParams = {searchString: 'bgcolor="#FFCCFF"', replaceString:
'bgcolor="#CCFFCC"', searchSource: true};
dreamweaver.setUpFindReplace(searchParams);
dreamweaver.setUpFindReplace({searchString: 'bgcolor="#FFCCFF"', ¬
replaceString: 'bgcolor="#CCFFCC"', searchSource: true});
dreamweaver.showFindDialog()
Availability
Dreamweaver 3.
Description
Opens the Find dialog box.
Arguments
None.
property is a Boolean value that indicates whether to search the
property, which is optional, is a Boolean value that indicates whether
property, which is optional, is a Boolean value that indicates
if the
useRegularExpressions
if the
true
useRegularExpressions
property is a Boolean value that indicates whether the
.
false
ignoreWhitespace
property has a value of
property has a value of
object:
searchObject
Find/replace functions
value.
false
property
, and
true
false.
499
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?