Browse Source

Add gif for article.

pull/15613/head
maliming 4 years ago
parent
commit
e8e69ec3b1
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 6
      docs/en/Community-Articles/2023-02-06-Converting-Create-Edit-Modal-To-Page/POST.md
  2. BIN
      docs/en/Community-Articles/2023-02-06-Converting-Create-Edit-Modal-To-Page/images/new.gif
  3. BIN
      docs/en/Community-Articles/2023-02-06-Converting-Create-Edit-Modal-To-Page/images/old.gif

6
docs/en/Community-Articles/2023-02-06-Converting-Create-Edit-Modal-To-Page/POST.md

@ -2,6 +2,12 @@
In this document we will explain how to convert BookStore's `Books` create & edit modals to regular razor pages.
## Before
![before](images/old.gif)
## Now
![after](images/new.gif)
## Index page
Repalce `abp-button(NewBookButton)` buttom with `<a class="btn btn-primary" href="/Books/CreateModal"><i class="fa fa-plus"></i> @L["NewBook"].Value</a>`.

BIN
docs/en/Community-Articles/2023-02-06-Converting-Create-Edit-Modal-To-Page/images/new.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

BIN
docs/en/Community-Articles/2023-02-06-Converting-Create-Edit-Modal-To-Page/images/old.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

Loading…
Cancel
Save