Comments
Popis
Prida na stranku moznost psat komentare. Jednoduche nastaveni i ovladani.
| Verze | 1.1 |
|---|---|
| Download | https://github.com/f3l1x/nette/ |
| Git | https://github.com/…ols/Comments |
| Forum thread | http://forum.nette.org/…icek-pluginu |
| Autor | Milan Felix Sulc |
| Licence | WTFPL |
Vystup

Prehled
| Promena | Defaultne | Getter | Setter | Vyznam |
| url | null | getUrl() | setUrl() | |
| autoUrl | false | isAutoUrl() | setAutoUrl() | Bere aktualni stranku(url) |
| width | 450 | getWidth() | setWidth() | |
| numPosts | 10 | setNumPosts() | getNumPosts() | |
| copyright | true | writeCopyrightTags() | setCopyright() | Html komentar |
Příklad použití
//presenter
public function createComponentFbComments(){
$com = new FbTools_Comments();
$com->setUrl('http://www.freyvald.eu');
$com->setWidth(600);
return $com;
}
//sablona
<h2>Comments</h2>
{control fbComments}
Historie
1.1
- fluent interface
Komentáře 
Felix | 28. 3. 2011, 22:21 | comment
Jsem vlastenec ;-) je tam „http://nette.org/“ presneji, jinak je jedno jestli tam dam null nebo nette. Dal jsem tam nette.

Jan Tvrdík | 28. 3. 2011, 17:01 | comment
Proč je výchozí hodnota url
"nette"?