Changes between Version 10 and Version 11 of EggCookingTutorialTrac0.11


Ignore:
Timestamp:
Sep 24, 2008, 10:41:11 AM (16 years ago)
Author:
Sebastian Krysmanski
Comment:

Added note about "IAdminPanelProvider" and "add_stylesheet"

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorialTrac0.11

    v10 v11  
    385385}}}
    386386
     387'''Note:''' When you develop a `Component` that implements `IAdminPanelProvider` you have to insert `add_stylesheet(...)` to the method `render_admin_panel`. You don't need to implement `IRequestHandler`.
     388
    387389== Complete version of code ==
    388390The whole of final code is here: