doc/tutorials/advanced/part05_ui-advanced.rst
branch3.26
changeset 12481 3b2a1f1e99eb
parent 12480 5d56ccccd45a
child 12417 d0206861996a
equal deleted inserted replaced
12480:5d56ccccd45a 12481:3b2a1f1e99eb
    92 
    92 
    93 * The proper way to get a file in :file:`data` directory is to use the `datadir_url`
    93 * The proper way to get a file in :file:`data` directory is to use the `datadir_url`
    94   attribute of the incoming request (e.g. `self._cw`).
    94   attribute of the incoming request (e.g. `self._cw`).
    95 
    95 
    96 I won't explain again the :func:`registration_callback` stuff, you should understand it
    96 I won't explain again the :func:`registration_callback` stuff, you should understand it
    97 now!  If not, go back to previous posts in the series :)
    97 now!  If not, go back to `previous post in the series`_ :)
    98 
    98 
    99 Fine. Now all I've to do is to add a bit of CSS to get it to behave nicely (which
    99 Fine. Now all I've to do is to add a bit of CSS to get it to behave nicely (which
   100 is not the case at all for now). I'll put all this in a :file:`cubes.sytweb.css`
   100 is not the case at all for now). I'll put all this in a :file:`cubes.sytweb.css`
   101 file, stored as usual in our :file:`data` directory:
   101 file, stored as usual in our :file:`data` directory:
   102 
   102 
   381 
   381 
   382 
   382 
   383 
   383 
   384 .. _`CubicWeb 3.10`: http://www.cubicweb.org/blogentry/1330518
   384 .. _`CubicWeb 3.10`: http://www.cubicweb.org/blogentry/1330518
   385 .. _`here`: http://webdesign.about.com/od/css3/f/blfaqbgsize.htm
   385 .. _`here`: http://webdesign.about.com/od/css3/f/blfaqbgsize.htm
       
   386 .. _`previous post in the series`: part04_ui-base.rst