nette / docs

📖 The Nette documentation
https://nette.org/en/writing
116 stars 281 forks source link

Description of createComponent*() method in component #1018

Open mildabre opened 1 year ago

mildabre commented 1 year ago

The factory method is fully explained in Presenter chapter, but there is no description in Component chapter that this method can be used here also. This factory method is often used in components, for example for independently rendered forms.