346
Document
dreamweaver.nativeToLatin1()
Availability
Dreamweaver 2.
Description
Converts a string in native encoding to Latin 1 encoding.
Arguments
stringToConvert
■
The
stringToConvert
argument is the string to convert from native encoding to Latin 1
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
scanSourceString()
function invokes a
callback function that you must supply. Dreamweaver supports the following callback
functions:
■
openTagBegin()
■
openTagEnd()
■
closeTagBegin()
■
closeTagEnd()
■
directive()
■
attribute()
■
text()
NO
T
E
This function has no effect in Windows because Windows encodings are already based
on Latin 1.
000_DW_API_Print.book Page 346 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...