Skip to content

Commit 1a1e5d5

Browse files
authored
Merge pull request #957 from hans2103/patch-1
add space between header indicator and title in README
2 parents 85e4325 + 1c96785 commit 1a1e5d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ You can see a tutorial that makes the use of php here: [http://www.position-abso
658658
### Field ajax validation
659659

660660

661-
####Protocol
661+
#### Protocol
662662

663663
The client sends the fieldId and the fieldValue as a GET request to the server url.
664664

@@ -676,7 +676,7 @@ Server responds with an array: [fieldid, status, errorMsg].
676676
### Form ajax validation
677677

678678

679-
####Protocol
679+
#### Protocol
680680

681681
The client sends the form fields and values as a GET request to the form.action url.
682682

@@ -692,13 +692,13 @@ Server responds with an *array of arrays*: [fieldid, status, errorMsg].
692692

693693
Note that normally errors (status=false) are returned from the server. However you may also decide to return an entry with a status=true in which case the errorMsg will show as a green prompt.
694694

695-
####Validation URL
695+
#### Validation URL
696696
By default the engine use the form action to validate the form, you can however set a default url using:
697697

698698
**ajaxFormValidationURL
699699

700700

701-
####Callbacks
701+
#### Callbacks
702702

703703
Since the form validation is asynchronously delegated to the form action, we provide two callback methods:
704704

0 commit comments

Comments
 (0)