diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-08 23:42:21 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-09 02:25:24 (GMT) |
commit | ca266d0037713c05d19dd6db9ba04f0c01811676 (patch) | |
tree | 3358d8217a71e66750542cffd09afdc941605fae /doc/src/declarative/javascriptblocks.qdoc | |
parent | 9615dfeca337c9f40d96485d2dd248eb8cefd563 (diff) | |
download | Qt-ca266d0037713c05d19dd6db9ba04f0c01811676.zip Qt-ca266d0037713c05d19dd6db9ba04f0c01811676.tar.gz Qt-ca266d0037713c05d19dd6db9ba04f0c01811676.tar.bz2 |
Doc fixes
Diffstat (limited to 'doc/src/declarative/javascriptblocks.qdoc')
-rw-r--r-- | doc/src/declarative/javascriptblocks.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc index c198295..3544bc9 100644 --- a/doc/src/declarative/javascriptblocks.qdoc +++ b/doc/src/declarative/javascriptblocks.qdoc @@ -163,7 +163,7 @@ component instance) "startup". While it is tempting to just include the startup script as \e {global code} in an external script file, this can have severe limitations as the QML environment may not have been fully established. For example, some objects might not have been created or some \l {Property Binding}s may not have been run. -\l {QML Script Restrictions} covers the exact limitations of global script code. +\l {QML JavaScript Restrictions} covers the exact limitations of global script code. The QML \l Component element provides an \e attached \c onCompleted property that can be used to trigger the execution of script code at startup after the |