This topic is locked

Using PHPRunner's AJAX functions to display a content of field

11/7/2007 5:55:01 AM
PHPRunner General questions
F
Fawaz author

I have a field which is tinytext.
Instead of presenting this field in ..._list.php (which will take big space). I want to use a small image for that field and when the user hover on the image, it will display the content of the field. Similar mechanism to PHPRunner's AJAX function for master-detail tables in the lists pages.
How do I do that?
Thanks

Fawaz

J
Jane 11/7/2007

Fawaz,
this task can be accomplished using custom script or application. You should be familiar with JavaScript and Ajax for that.

However we don't have a ready to go solution for this.

F
Fawaz author 11/7/2007

Jane, I see what you mean,

But I am just wondering if I can use PHPRunner's AJAX functions to display a content of field.

Thanks

Fawaz