Skip to content

Commit 380dae2

Browse files
authored
Update README.md
1 parent ff0685a commit 380dae2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ After you install, you must make sure the salesforce instance server where you a
2727
7. Navigate to Setup -> Session Settings -> Ensure "Lock sessions to the IP address from which they originated" is turned off.
2828
8. If 7, was deselected, you will need to log out and log in again for this change to take effect.
2929

30+
### Demo
31+
![demo](https://github.com/anyei/LayoutDescriberHelper/raw/master/ldescriber-demo.gif)
32+
3033
### Usage
3134
Just do the following in your visualforce page controller
3235
```sh
@@ -100,4 +103,8 @@ See the following visualforce page example which will generate an edit form for
100103
</apex:form>
101104
</apex:page>
102105
106+
### Override Standard Buttons (optional)
107+
108+
If you want, you can override the standard action/button in salesforce classic mode by going to your object and then go to the "Buttons, Links, and Actions" section, there you edit the edit or new action to replace the standard with your custom visualforce page.
109+
103110
```

0 commit comments

Comments
 (0)