doc/tutorials/advanced/part04_ui-base.rst
changeset 12409 326949ee87cb
parent 12408 bef45ece8ce6
child 12410 7b32699cafc4
equal deleted inserted replaced
12408:bef45ece8ce6 12409:326949ee87cb
   249 ascendant/descendant ordering and a strict comparison with current file's name
   249 ascendant/descendant ordering and a strict comparison with current file's name
   250 (the "X" variable representing the current file).
   250 (the "X" variable representing the current file).
   251 
   251 
   252 Notice that this query supposes we wont have two files of the same name in the
   252 Notice that this query supposes we wont have two files of the same name in the
   253 same folder, else things may go wrong. Fixing this is out of the scope of this
   253 same folder, else things may go wrong. Fixing this is out of the scope of this
   254 blog. And as I would like to have at some point a smarter, context sensitive
   254 tutorial. And as I would like to have at some point a smarter, context sensitive
   255 previous/next entity, I'll probably never fix this query (though if I had to, I
   255 previous/next entity, I'll probably never fix this query (though if I had to, I
   256 would probably choosing to add a constraint in the schema so that we can't add
   256 would probably choosing to add a constraint in the schema so that we can't add
   257 two files of the same name in a folder).
   257 two files of the same name in a folder).
   258 
   258 
   259 One more thing: by default, the component will be displayed below the content
   259 One more thing: by default, the component will be displayed below the content