Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

on-line

Haupt Quellenprogramme E-Bücher Downloads Mit uns in Verbindung treten Über uns

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


WML Timer

Previous Next





Der Timer-Umbau dient als Timer-Taktgeber für eine Karte. Der Timer wird begonnen, wenn die Karte betreten wird und stoppt, wenn du die Karte herausnimmst. Du kannst nur ein Timer-Element pro Karte haben.




Timer wird während ein Timer einer Karte benutzt, die an der aktiven Karte beginnt und an der Durchführung einer Aufgabe innerhalb der Karte stoppt. Der Timer verringert von seinem Ausgangswert bis 0. Ein ontimer tatsächlicher Fall wird aktiviert, wenn der Timer conuted von Ganzzahl Wert 1 bis 0 ist.

The wml:Timer-Element erklärt einen Karte Timer, der eine Methode für eine Aufgabe automatisch hervorrufen nach irgendeiner Periode der Benutzeruntätigkeit zur Verfügung stellt. Jede mögliche Aufgabe oder Benutzer, die Tätigkeit, die die Karte aktiviert, den Timer und die Durchführung irgendeines Aufgabe Elements beginnt, stoppt es. Du kannst eine Aufgabe für jeden Timer nur verbinden, und du kannst einen Timer für jede Karte nur definieren.


timer( "name='variable' value='value'" );


"name" Attribut spezifiziert den Namen der Timer-Variablen. Wenn der Timer abgelaufen wird, hat die Variable den Wert 0. „Wert“ Attribut ist der Default-Wert der Name Variable. Die Namensvariable wird als der Ausgangswert eingestellt, wenn sie nicht eingestellt worden ist. Der TIMEOUTwert wird in der Maßeinheit von 1/10 zweiter spezifiziert.


Das Beispiel, das unten gegeben wird, zeigt eine Anzeige für 3 Sekunden an und nimmt dich dann zur Akte "test.wml":


<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card ontimer="test.wml">
<timer value="30"/>
<p><i>Some Message</i></p>

</card>
</wml>




Timer Parameters:

Name Type Direction Required Default Description
name String in no  

The name attribute specifies the name of the variable to be set with the value of the timer. The name variable's value is used to set the timeout period upon timer initialisation. The variable named by the name attribute will be set with the current timer value when the card is exited or when the timer expires. For example, if the timer expires, the name variable is set to a value of "0".

value String custom no 0

The value attribute indicates the default value of the variable named in the name attribute. When the timer is initialised and the variable named in the name attribute is not set, the name variable is assigned the value specified in the value attribute. If the name variable already contains a value, the value attribute is ignored. If the name attribute is not specified, the timeout is always initialised to the value specified in the value attribute.





Previous Next

Keywords:wml timer, asp net timer, vb net timer, timer source code


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.