Skip to content

Commit

Permalink
cambios menores en el readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin committed May 26, 2018
1 parent 38c1e20 commit 7456f53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ https://github.com/raulvfp/catchException
Para el control de las excepciones.

## Installation
```
git clone https://github.com/raulvfp/ajaxRest.git ajaxRest

```

## Usage
**Properties:**
Expand Down
8 changes: 4 additions & 4 deletions Tests/FXUPersist.XML
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
<setting>THIS.Left = 261</setting>
<setting>THIS.Left = 0</setting>
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
<setting>THIS.Height = IIF(VERSION(5)&gt;=900,649,480)</setting>
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
<setting>THIS.Width = IIF(VERSION(5)&gt;=900,1017,803)</setting>
<setting>THIS.Width = IIF(VERSION(5)&gt;=900,880,803)</setting>
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
Expand Down Expand Up @@ -159,15 +159,15 @@
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
<setting>THIS.grdTests.COLUMN2.Width = 760</setting>
<setting>THIS.grdTests.COLUMN2.Width = 623</setting>
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
<setting>SET ORDER TO TAG TCLOC IN (THIS.icGridRS)</setting>
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
<setting>=SEEK("TEST_AJAXREST TESTPOST_DROPBOX_SEARCHFILE ",THIS.icGridRS,"TCLName")</setting>
<setting>=SEEK("TEST_AJAXREST TESTSAVEFILE ",THIS.icGridRS,"TCLName")</setting>
</foxunitpersist>
<foxunitpersist>
<userid>Admin</userid>
Expand Down
3 changes: 2 additions & 1 deletion socktoaster.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"role": "Developer"
}
],
"version": "2.1.0",
"version": "1.0.0",
"require": {
"vfp": "^9.00",
"raulvfp/catchException": "1.0.*"
},
"repositories": [
{
Expand Down

0 comments on commit 7456f53

Please sign in to comment.