doc/tutorials/advanced/part05_ui-advanced.rst
branch3.26
changeset 12479 26542c8244d3
parent 12472 4ae2b13017ef
child 12415 6c23631b887e
equal deleted inserted replaced
12478:d3b4fc9c59dc 12479:26542c8244d3
    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