diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-25 05:05:55 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-25 05:05:55 (GMT) |
commit | 20504e30096f2942abcadb966b26c834a6062ea5 (patch) | |
tree | 3d31696bed1bfc1ba17fc441babdf0b6c6ad9410 /doc/src/declarative/scope.qdoc | |
parent | 553cf812d36437542005fcf758fe707b7e1c63a5 (diff) | |
download | Qt-20504e30096f2942abcadb966b26c834a6062ea5.zip Qt-20504e30096f2942abcadb966b26c834a6062ea5.tar.gz Qt-20504e30096f2942abcadb966b26c834a6062ea5.tar.bz2 |
Doc improvments
Diffstat (limited to 'doc/src/declarative/scope.qdoc')
-rw-r--r-- | doc/src/declarative/scope.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/declarative/scope.qdoc b/doc/src/declarative/scope.qdoc index f7f25f5..ef30f94 100644 --- a/doc/src/declarative/scope.qdoc +++ b/doc/src/declarative/scope.qdoc @@ -43,6 +43,8 @@ \page qmlscope.html \title QML Scope +\tableofcontents + \l {Property Binding}s and \l {ECMAScript Blocks} are executed in a scope chain automatically established by QML when a component instance is constructed. QML is a \e {dynamically scoped} language. Different object instances instantiated from the same component can exist in |