martinbnielsen / apex-mbn-large-text

APEX Plugin - MBN Large Text
MIT License
3 stars 1 forks source link

Use LargeText plugin in Tabular Forms #1

Open pettinger opened 8 years ago

pettinger commented 8 years ago

Is there a slight chance to get that plugin working for textfields in a tabular form? where i can not use the HTML expression property to surround the column data with a span tag

martinbnielsen commented 8 years ago

Yes, if you make the column a type "Plain text" in the tabular form, you can still supply the "HTML Expression". It works fine: https://apex.oracle.com/pls/apex/f?p=42601:2

Brgds Martin

pettinger commented 8 years ago

i see your point. as soon as i change the column typ it is rendered read only, and the plugin works. But i would like the column to remain editable. you think thats possible?

martinbnielsen commented 8 years ago

Hm, I am not sure that is even possible, since the text will be inside a "value" tag of an input item. I have not seen any solutions like that in other applications, so sorry - you have to find another solution.