Disable create in link from field however allow select record
Disable create record in link from field however allow select record?
9 replies
-
You can use this formula in a Formula field...
html("
<style>
.form .list-button:nth-child(2) {display: none;}
</style>
")
You can't hide the Formula field using "Display field only, if:", you have to camouflage it.
-
Grazie SEAN cercava questa formula da tempo
-
c'è la possibilità di nascondere altro ad esempio la funzione "cerca" nella parte alta
-
Thank you very much
-
Hi Antonello,
This hides the Search input at the top...
.hud-menu-search {display: none;}
-
Grazie Sean, approfitto della tua gentilezza, per chiederti se è possibile formattare i moduli con altezza a scelta. Grazie
-
Antonello, can you post an image of the item you want to resize.
-
Vorrei dimensionare la maschera che si attiva con la funzione dialog
esempio:
dialog("Test", "test", ["ok"])
Content aside
- 3 yrs agoLast active
- 9Replies
- 386Views