diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-30 14:32:34 +1000 |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-30 14:35:29 +1000 |
commit | 08c422315d52a9377ebf0912adbe4d17370173af (patch) | |
tree | 9693d0d74d9b45272207847c589f65f488e060c5 /doc/src/declarative/globalobject.qdoc | |
parent | 93ab98ae693c3a1d0b3b96c33543469f520145dd (diff) | |
download | qt4-tools-08c422315d52a9377ebf0912adbe4d17370173af.tar.gz |
Docs - add more links to relevant examples
Task-number: QTBUG-11754
Diffstat (limited to 'doc/src/declarative/globalobject.qdoc')
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index ecbaa9e119..40fc3ebcb4 100644 --- a/doc/src/declarative/globalobject.qdoc +++ b/doc/src/declarative/globalobject.qdoc @@ -114,6 +114,8 @@ browser. The following objects and properties are supported by the QML implemen \endtable +\sa {declarative/xml/xmlhttprequest}{XMLHttpRequest example} + \section1 Offline Storage API \section2 Database API @@ -132,6 +134,8 @@ The API can be used from JavaScript functions in your QML: The API conforms to the Synchronous API of the HTML5 Web Database API, \link http://www.w3.org/TR/2009/WD-webdatabase-20091029/ W3C Working Draft 29 October 2009\endlink. +\sa {declarative/sqllocalstorage}{SQL Local Storage example} + \section3 db = openDatabaseSync(identifier, version, description, estimated_size, callback(db)) Returns the database identified by \e identifier. If the database does not already exist, it |