Hey,
I'm trying to inherit FormattedLinkEditor and have the display text of the editor different than the underline value. the value will is the Binary Image object and the text needs to be "Open Image".
Also, I'm trying to let the users click the editor buttons without the ability to edit the text (see picture).
Is this possible?
Thanks.
Hi,
I'm not sure I understand what you are trying to do here. Why would you want the text to be different than the Value? I don't think there's any way to do that, unless you use a DrawFilter or CreationFilter. And in that case, you would basically lose all of the functionality of the FormattedLinkEditor, anyway.
It sounds to me like whatever you are trying to accomplish, you might be going about it the wrong way. But since I'm not sure exactly what you are trying to do, it's hard to suggest how you might do it.