Image option Click to View Image

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
bui
User
Posts: 277

Image option Click to View Image

Post by bui »

In the list page of Image field there is a option "Click to View Image"
When we click on it, It open the Image.
How can I disabled this option to click at image for enlarge.


mobhar
User
Posts: 11727

Post by mobhar »

Make sure you have already selected "Formatted Text" from "Fields" setup -> "View Tag" pane, and then removed all the related settings from "Hyperlink" section under that "View Tag" pane, and re-generate ALL the script files, then try again.


bui
User
Posts: 277

Post by bui »

mobhar wrote:
Make sure you have already selected "Formatted Text" from
"Fields" setup -> "View Tag" pane, and then removed all the
related settings from "Hyperlink" section under that "View Tag"
pane, and re-generate ALL the script files, then try again.

If I select the Formatted Text from the Fields setup->view tag then the Image is not showing in the list page.
I want to show the image in the list page but not allow to click for enlarge.


mobhar
User
Posts: 11727

Post by mobhar »

You may simply use "Row_Rendered" server event in order to manipulate the "ViewValue" property that belongs to that field. In other words, just assign that property with the <img src="..."> tag to display the Image, so that it will not include the link to enlarge/display the Image in popup window.


Post Reply