Label-Fields and buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miwalter
    Junior Member
    • Feb 2016
    • 6

    Label-Fields and buttons

    Is it possible to add label-fields ("read only text fields") in a future version? I would like to implement helptexts on the detail layouts.

    I really would like to see "buttons" in detail layouts as well. They could be bound to a javascript, better would be them to call a php-file (ajax?). We really would like to be able to start a process by pressing a button (at this time I implemented it by hooks and content-changes of fields (e.g. "status")).

    The labels & buttons could be usefull on a custom dashboard-widget (I'm dreaming about an easy to use editor like the layouteditor) as well.
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    #2
    Help texts exist by means of the tooltip field property in entityDefs, checkout application/Espo/Resources/metadata/entityDefs/Role.json & application/Espo/Resources/i18n/en_US/Role.json for instance

    Comment

    Working...