dreamweaver.nativeToLatin1()
Availability
Dreamweaver 2.
Description
Converts a string in native encoding to Latin 1 encoding.
This function has no effect in Windows because Windows encodings are already based
on Latin 1.
Arguments
stringToConvert
The
stringToConvert
encoding.
Returns
The converted string.
dreamweaver.scanSourceString()
Availability
Dreamweaver UltraDev 1.
Description
Scans a string of HTML and finds the tags, attributes, directives, and text. For each tag,
attribute, directive, and text span that it finds, the
callback function that you must supply. Dreamweaver supports the following callback
functions:
openTagBegin()
openTagEnd()
closeTagBegin()
closeTagEnd()
directive()
attribute()
text()
346
Document
argument is the string to convert from native encoding to Latin 1
scanSourceString()
function invokes a
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?