doc/tutorials/advanced/part04_ui-base.rst
changeset 12926 c829cace0172
parent 12556 d1c659d70368
equal deleted inserted replaced
12925:eb26c593c6f6 12926:c829cace0172
   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
   260 zone (the one with the white background). You can change this in the site's
   260 zone (the one with the white background). You can change this in the site's
   261 properties through the ui, but you can also change the default value in the code
   261 properties through the ui, but you can also change the default value in the code
   262 by modifying the `context` attribute of the component:
   262 by modifying the `context` attribute of the component `FileIPrevNextAdapter`:
   263 
   263 
   264 .. sourcecode:: python
   264 .. sourcecode:: python
   265 
   265 
   266     navigation.NextPrevNavigationComponent.context = 'navcontentbottom'
   266     navigation.NextPrevNavigationComponent.context = 'navcontentbottom'
   267 
   267