doc/tutorials/advanced/part05_ui-advanced.rst
changeset 12414 34e89d5e5e51
parent 12407 d4e0af0b5ad7
child 12415 6c23631b887e
equal deleted inserted replaced
12413:b7ed38dd3548 12414:34e89d5e5e51
    24 the cube's :file:`uiprops.py` file:
    24 the cube's :file:`uiprops.py` file:
    25 
    25 
    26 .. sourcecode:: python
    26 .. sourcecode:: python
    27 
    27 
    28    LOGO = data('logo.jpg')
    28    LOGO = data('logo.jpg')
       
    29 
       
    30 .. Note::
       
    31    If the file :file:`uiprops.py` doesn't exist in your cube, simply create it.
    29 
    32 
    30 The uiprops machinery is used to define some static file resources,
    33 The uiprops machinery is used to define some static file resources,
    31 such as the logo, default Javascript / CSS files, as well as CSS
    34 such as the logo, default Javascript / CSS files, as well as CSS
    32 properties (we'll see that later).
    35 properties (we'll see that later).
    33 
    36