how to change admin output of fields in editmode?

2007-08-20 Thread G.o.D
i want to change how fields are displayed in admin mode in the edit view. for example: if i use a ImageField, on editmode it says: > Derzeit: images/2007/08/17/preview/preview1.png but i want it to display the image, instead of the path and a link to the image how would one do that? is there

how to change admin output of fields in editmode?

2007-08-20 Thread G.o.D
i want to change how fields are displayed in admin mode in the edit view. for example: if i use a ImageField, on editmode it says: > Derzeit: images/2007/08/17/preview/preview1.png but i want it to display the image, instead of the path and a link to the image how would one do that? is there

Re: how to change admin output of fields in editmode?

2007-08-20 Thread patrickk
the only solution I could think about is using js: 1. detect all image-input-fields 2. extract the value 3. build the image-tag 4. use DOM-manipulation to add the image-tag after the input-field patrick On 20 Aug., 17:07, "G.o.D" <[EMAIL PROTECTED]> wrote: > i want to change how fields are displ