Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
252 bytes
|
Line | |
---|
1 | dojo.provide("dojox.mobile.app.TextBox"); |
---|
2 | dojo.deprecated("dojox.mobile.app.TextBox is deprecated", "dojox.mobile.app.TextBox moved to dojox.mobile.TextBox", 1.8); |
---|
3 | |
---|
4 | dojo.require("dojox.mobile.TextBox"); |
---|
5 | |
---|
6 | dojox.mobile.app.TextBox = dojox.mobile.TextBox; |
---|
Note: See
TracBrowser
for help on using the repository browser.