Skip to content

Commit

Permalink
Update crud-fields-javascript-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachweix authored Aug 15, 2024
1 parent 3901493 commit 656cfac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 6.x/crud-fields-javascript-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ Here's everything our **CrudField JavaScript Library** provides:
- specialty methods on `CrudField`:
- `.check()` - if the field is a checkbox, checks it;
- `.uncheck()` - if the field is a checkbox, unchecks it;
- current action:
- `crud.action` -> returns the current action ("create" or "edit")

The beauty of this solution is that... it's flexibility. Since it's only a JS library that makes the most difficult things easy... there is _no limit_ to what you can do with it. Just write pure JS or jQuery on top of it, to achieve your business logic.
The beauty of this solution is that... it's flexible. Since it's only a JS library that makes the most difficult things easy... there is _no limit_ to what you can do with it. Just write pure JS or jQuery on top of it, to achieve your business logic.

<a name="how-to-use"></a>
## How to Use
Expand Down

0 comments on commit 656cfac

Please sign in to comment.