Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 302

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 301
297
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
"my arg 1"
34
dreamweaver.latin1ToNative()
Availability
Dreamweaver 2.
Description
Converts a string in Latin 1 encoding to the native encoding on the user’s computer. This function is intended to
display the UI of an extension file in another language.
Note: This function has no effect in Windows because Windows encodings are already based on Latin 1.
Arguments
stringToConvert
The stringToConvert argument is the string to convert from Latin 1 encoding to native encoding.
Returns
The converted string.
dreamweaver.nativeToLatin1()
Availability
Dreamweaver 2.
Description
Converts a string in native encoding to Latin 1 encoding.
Note: This function has no effect in Windows because Windows encodings are already based on Latin 1.
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.
Przeglądanie stron 301
1 2 ... 297 298 299 300 301 302 303 304 305 306 307 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag