Extension: Link Button

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Kharg
    commented on 's reply
    You have to put the link to a record, that’s a valid url. such as https://crm.my.com/#Contact/view/5f607b7ac109b5cca


    I think the issue with the normal modal is that you are using a custom theme, try with a default theme.
    Last edited by Kharg; 04-07-2024, 06:14 PM.

  • ChrisSka83
    replied
    I'm testing what your extension can do.

    If I set it to "Open Modal" in the settings
    I enter a URL in the frontend, then a small modal appears
    Click image for larger version

Name:	Screenshot 2024-04-07 195507.png
Views:	1651
Size:	68.6 KB
ID:	104623

    If I set it to "Apri Espo Modal"
    With a normal URL, "Error: this is not a valid CRM URL" appears

    What is a valid CRM URL then?
    e.g. only /#Contact declares it as invalid.​

    Leave a comment:


  • Kharg
    commented on 's reply
    Espo modal or normal modal?

    For normal modal the website you use in the modal has to support iframe, if iframe is blocked it will not work.

  • ChrisSka83
    replied
    Thank you Kharg for this extension.

    But please give me a tip on how to set it up correctly with Modal.
    If I specify a link, display in modal, then only the named page is displayed in a very small modal.​

    Leave a comment:


  • Kharg
    started a topic Extension: Link Button

    Extension: Link Button

    Hello Everyone,


    Today I am releasing a new extension: Link Button

    This extension enhances EspoCRM by introducing a button field that can store URLs and execute multiple actions, including:
    • Open the URL in a new browser tab.
    • Displaying the URL content within a popup window.
    • Embedding the URL content inside an Espo Modal.
    • Integrating EspoCRM-specific links within an Espo Modal for seamless navigation.
    • Running an Advanced Pack manual workflow.

    Click image for larger version

Name:	image.png
Views:	1185
Size:	24.1 KB
ID:	104634

    Choose Between 17 different button styles:
    • default
    • primary
    • secondary
    • success
    • danger
    • warning
    • info
    • dark
    • light
    • outline-primary
    • outline-secondary
    • outline-success
    • outline-danger
    • outline-warning
    • outline-info
    • outline-dark
    • outline-light


    Click image for larger version

Name:	image.png
Views:	1114
Size:	6.6 KB
ID:	104633
    Click image for larger version  Name:	image.png Views:	8 Size:	7.1 KB ID:	104615

    And between 6 different button sizes:
    • btn-sm
    • btn-md
    • btn-lg
    • btn-sm btn-block
    • btn-md btn-block
    • btn-lg btn-block

    After installation visit the entity manager to create a new Link Button field


    Download: https://github.com/Kharg/link-button
    Last edited by Kharg; 04-07-2024, 07:10 PM.
Working...