View Single Post
  #2 (permalink)  
Old 07-21-2008, 03:17 AM
Mohiuddin_Khan_Inamdar@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Changing a dynamic list link to an image

Hi,
I believe in ADDT the images on buttons /links /whatever are governed by a rules of java script + CSS ..... based on skins directory.

so u can search for the small button images which reflect all the edit/update/delete/cancel buttons....
Remember this image change for that skin will effect site wide..

anyway if u want to have custom buttons u can simply place a image in the table i think it should work..

go to dreamweaver insert >image and then define a link to it..
if u r using.... ADDT dynamic form the have a look at kt_delete1 thats the default name for delete.

u need to replace this with ur own image in the table.

<%=NXT_getResource("delete_one")%> <#delete>

this is a sample image link
<MeProjectStagesEdit.asp?bla=ble.....>

please replace bla = ble with ur own variable....

hope this helps u out..
mohnkhan
<http://www.mohitech.com>
Reply With Quote