TextField password [AS 2]
Klasa: TextField
Kompatybilność: ActionScript 1.0, Flash 6+
Określa, czy pole tekstowe jest pole do wprowadzania hasła użytkownika.
JeÅ›li wartość wynosi TRUE, wtedy pole tekstowe zachowuje siÄ™ jak pole do wpisywania haseÅ‚, tzn każda litera bÄ™dzie zastÄ™piona gwiazdkÄ…. Kiedy ta wÅ‚aÅ›ciwość jest włączona, wtedy polecenia Kopiuj oraz Wytnij nie dziaÅ‚ajÄ…, ze wzglÄ™dów bezpieczeÅ„stwa.
Listing
this.createTextField("login_txt", this.getNextHighestDepth(), 10, 10, 100, 22);
login_txt.border = true;
login_txt.type = "input";
login_txt.maxChars = 16;
login_txt.text = "hello";
this.createTextField("haslo_txt", this.getNextHighestDepth(), 10, 40, 100, 22);
haslo_txt.border = true;
haslo_txt.type = "input";
haslo_txt.maxChars = 16;
haslo_txt.haslo = true;
haslo_txt.text = "world";
login_txt.border = true;
login_txt.type = "input";
login_txt.maxChars = 16;
login_txt.text = "hello";
this.createTextField("haslo_txt", this.getNextHighestDepth(), 10, 40, 100, 22);
haslo_txt.border = true;
haslo_txt.type = "input";
haslo_txt.maxChars = 16;
haslo_txt.haslo = true;
haslo_txt.text = "world";
Dodano przez: divix
Ranga: Administrator serwisu Punktów: 38473
Ranga: Administrator serwisu Punktów: 38473
Komentarze użytkowników
:: Losowe artykuły

:: Wymiana linków

Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Zend Framework 3. Developer's Guide |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles of: JAVA, PHP, C++, Pyth, JavaScript and so on..