Skip to content

Commit 972b520

Browse files
committed
added donation button
1 parent 0aec3a3 commit 972b520

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ If you want to validate the entire form (all the rows) you can manually invoke F
457457

458458
#### How to get validation errors
459459

460-
Each row has the `validationErrors` property that can be used to retrieve all validation errors. This property just holds the validation error list of the latest row validation execution, which means it doesn't evaluate the validation rules of the row.
460+
Each row has the `validationErrors` property that can be used to retrieve all validation errors. This property just holds the validation error list of the latest row validation execution, which means it doesn't evaluate the validation rules of the row.
461461

462462
## Custom rows
463463

@@ -629,7 +629,7 @@ There are some things to consider when you do this:
629629
<td><center><b>Stepper Row</b><br>
630630
<img src="Example/Media/RowStatics/StepperRow.png"/>
631631
</center><br><br>
632-
</td>
632+
</td>
633633
</tr>
634634
<tr>
635635
<td><center><b>Text Area Row</b><br>
@@ -1036,6 +1036,11 @@ It's up to you to decide if you want to use Eureka custom operators or not.
10361036
[twitter]: https://twitter.com/xmartlabs
10371037
[EurekaCommunity]: https://github.com/EurekaCommunity
10381038

1039+
# Donate to Eureka
1040+
1041+
So we can make Eureka even better!<br><br>
1042+
[<img src="donate.png"/>](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HRMAH7WZ4QQ8E)
1043+
10391044
# Change Log
10401045

10411046
This can be found in the [CHANGELOG.md](CHANGELOG.md) file.

donate.png

5.35 KB
Loading

0 commit comments

Comments
 (0)