JoaoNascimento Posted February 27, 2012 Report Share Posted February 27, 2012 Estou a realizar projecto o problema é que não consigo utilizar a biblioteca dojo tolkit. Já utilizei a documentação mas mesmo assim não funciona. Já colei até exemplos da documentação, guardei e testei e não funcionou pois é como se não fizesse nada. Já alguém utilizou e teve o mesmo problema? http://www.joaonascimento.info Link to comment Share on other sites More sharing options...
yoda Posted February 27, 2012 Report Share Posted February 27, 2012 Mostra o código da página. before you post, what have you tried? - http://filipematias.info sense, purpose, direction Link to comment Share on other sites More sharing options...
JoaoNascimento Posted February 27, 2012 Author Report Share Posted February 27, 2012 Não guardei o código de exemplo mas era algo deste género. html> <head> <title>Login</title> <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.js" data-dojo-config="async: true"> </script> <script> require(["dijit/form/TextBox"]); </script> </head> <body> <h2>Login</h2> <form method="post" action="valida.php" dojoType="dijit.form.TextBox"> Username: <input type="text" name="username"> <br> Password: <input type="password" name="password"> <br> <input type="submit" value="Enviar"> </form> </html> </body> http://www.joaonascimento.info Link to comment Share on other sites More sharing options...
yoda Posted February 28, 2012 Report Share Posted February 28, 2012 É preciso ver o código que deu problemas, não um exemplo. before you post, what have you tried? - http://filipematias.info sense, purpose, direction Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now