X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/source/DomQuery.html diff --git a/docs/source/DomQuery.html b/docs/source/DomQuery.html index 712f2289..01fe0258 100644 --- a/docs/source/DomQuery.html +++ b/docs/source/DomQuery.html @@ -1,5 +1,6 @@ + The source code @@ -58,6 +59,7 @@ All selectors, attribute filters and pseudos below can be combined infinitely in
  • E:has(S) an E element that has a descendent that matches simple selector S
  • E:next(S) an E element whose next sibling matches simple selector S
  • E:prev(S) an E element whose previous sibling matches simple selector S
  • +
  • E:any(S1|S2|S2) an E element which matches any of the simple selectors S1, S2 or S3//\\
  • CSS Value Selectors: