Using a Static table element in a custom screen, how would I make it possible to fill in a few text elements when a row in the table is clicked?
All Replies (3)
Not sure about the clicking part, but it is possible to specify in the configuration of a static table that a specific column should contain an input-text-field. I have created a few solutions for customers where I have this, and then a button to process the user input in these fields.
Sverre
Hi Dan,
Sorry for the late response. Unfortunately, I think your options are limited. The grid only supports certain features, and there is no way to easily override that. The only way to get full freedom and all the options you want is to create your own element, using the "Ejscript element" type. I have done this several times myself to create UI elements that do exactly what I want.
Sverre