Re: [Cppcms-users] template plugins
Brought to you by:
artyom-beilis
From: <un...@fu...> - 2012-01-04 17:12:31
|
On Wed, 4 Jan 2012 22:55:53 +0800, augustin wrote: > The above example is at its simplest: only one plugin at a time is > affecting > the output. It starts to get trickier when the whole html page is > divided into > a random number regions and different plugins are responsible for the > content > of each region. maybe we should divide this into 2 parts - plugins & components (as defined here http://doc.nette.org/en/presenters). for me, components are more important than automatic reloading. i'm working on "persistent parameters" and components, but it's still too ugly. pavel. |