TextField type [AS 2] 
Klasa: TextField
Kompatybilność: ActionScript 1.0, Flash 6+
Określa typ tekstu dla pola tekstowego.
Są dwa wartości: "dynamic", która określa dynamiczne pole tekstowe, które nie może byc edytowane przez użytkownika oraz "input", które określa wejściowe pole tekstowe.
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: 0
Ranga: Administrator serwisu Punktów: 0
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 |
        Laminas: MVC Framework for PHP |
        IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS | 
        Katalog roślin |
        Programming articles: JAVA, PHP, C++, Python, JavaScript |
        Kancelaria Adwokacka Łukasz Huszno
        
    

 
  
				

 
                             
 


 
                        
 
		 
	