Skip to content

Commit 5045363

Browse files
committed
test HtmlButton links in doc
1 parent 172b4e1 commit 5045363

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Ajax/semantic/html/elements/HtmlButton.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
/**
1212
* Semantic Button component
13-
* @see http://semantic-ui.com/elements/button.html
14-
* @author jc
13+
* @see http://phpmv-ui.kobject.net/index/direct/main/31
14+
* @see http://semantic-ui.com/elements/button.html * @author jc
1515
* @version 1.001
1616
*/
1717
class HtmlButton extends HtmlSemDoubleElement {

Ajax/semantic/traits/SemanticHtmlElementsTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public function addState($state, $elements) {
3333

3434
/**
3535
* Return a new Semantic Html Button
36+
* @see http://phpmv-ui.kobject.net/index/direct/main/31
37+
* @see http://semantic-ui.com/elements/button.html
3638
* @param string $identifier
3739
* @param string $value
3840
* @param string $cssStyle

0 commit comments

Comments
 (0)