We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e745e6 commit 5605f37Copy full SHA for 5605f37
doc/cs/quickstart/comments.texy
@@ -47,7 +47,7 @@ Nette Framework využívá koncept *komponent*. **Komponenta** je znovupoužitel
47
/--php
48
protected function createComponentCommentForm()
49
{
50
- $form = new Form;
+ $form = new Form; // means Nette\Application\UI\Form
51
52
$form->addText('name', 'Jméno:')
53
->setRequired();
doc/en/quickstart/comments.texy
@@ -46,7 +46,7 @@ Nette Framework has a concept of *components*. A **component** is a reusable cla
46
$form->addText('name', 'Your name:')
0 commit comments