F
|
FunkDaddy 8/24/2010 |
You could use Firefox or Chrome inspector to find out what name is given to that button icon by PHPRunner, then simply create you own graphic button icon that would be more noticable to users. I created myown record view, edit, and inline buttons by simplyusing Microsoft Publisher grpahics software and included the words "view", "edit", etc inside those buttons for the same reason: users who can't seem to intuitively figure out how to use forms. |
I
|
itmann author 8/24/2010 |
i appreciate your advice, but i'd prefer to handel this issue through an EVENT. any other ideas ?? |
A
|
ann 8/25/2010 |
Itmann, |
J
|
jsuisman 8/25/2010 |
itmann,
|
I
|
itmann author 8/26/2010 |
it works perfectly. thanks alot Jarred <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=52150&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
W
|
waynelson2 9/14/2010 |
What I want to do is the exact opposite of itmann. |
W
|
waynelson2 9/14/2010 |
I figured it out - |
N
|
netmedia59 11/4/2010 |
Hello, itmann, I had to do something very similar to this before. We're going to use javascript to see if the search panel is hidden, and if it is we're going to toggle it, otherwise we'll just leave it alone. 1 Go to Events tab in phprunner 2 Go to table you want to modify on left, then expand the list page 3 Click List page: JavaScript OnLoad event 4 Put the following code into the event below // put your code here:
|
J
|
jsuisman 11/4/2010 |
Olivier, |