-
https://github.com/vojtech-dobes/nette.ajax.js/blob/299903f97158084b06fcbaeb2a2db87b38eac68b/nette.ajax.js#L467-L469
when you set escaped string to document.title
`document.title = ">"`
t…
matak updated
7 years ago
-
Jan Tvrdík výborně vysvětluje, jak psát a používat komponenty v Nette 2.0.
### Informace & Stažení
| **Zdrojové kódy** | [GitHub](https://github.com/JanTvrdik/NetteComponentsExample) nebo [ZIP](ht…
-
I added code-quality to my Drupal 7 project but it fails when commiting:
git commit
GrumPHP detected a pre-commit command.
GrumPHP is s…
-
In some cases (delete of cache files, access to one page and then access to another page) `Nette\Database\Table\ActiveRow::accessColumn` generates Notice.
I can't write test case because bug is unpr…
-
URL: https://doc.nette.org/en/application/components
I tried to follow the steps on this page, to make a component. But there's problems.
It said to create a Factory then it says create an Interf…
-
Validace formulářového prvku pouze na jedno validační pravidlo. Pokud v Nette přidám více pravidel tak "nette-live-form-validation" validuje pouze jedno. Nevím jak tomu bylo dříve v Nette 2.2.
Řešen…
ghost updated
8 years ago
-
Also Nette\Environment is now deprecated.
-
Why is using of `:` (colon) forbidden in URL? Why should we thank to `@vrana` for that?
https://github.com/vojtech-dobes/nette.ajax.js/blob/master/nette.ajax.js#L332
How can I at least disable the d…
-
Neon is often used as a simple data list, usually for translation messages. In that case it does not make sense to autocomplete PHP or check %parameter% (symfony/translation uses %parameter% for messa…
mabar updated
2 years ago
-
### Testování jednoduchého Controlu
Ukázkový control, funkčnost je doufám zřejmá. Vykreslí pozdrav světu, přičemž
oslovení lze měnit buďto persistentním parametrem, nebo signálem:
```php
class Hello…