Copy link to clipboard
Copied
wie kann ich die Bilder alle auf einmal löschen und nicht jedes einzelne anklicken. gibt es da vielleicht ein Javascript und wenn ja wer kann mir helfen?
Gruß Marcel
Copy link to clipboard
Copied
An image is usually helpful, but not on its own...
What kind of images? Are these static images, or the icons of button fields?
If they are indeed form fields the way to do that using a script is to copy the icon from another field, where no image has been selected. So if that field is called "NoImage", you could use this:
this.getField("Image1").buttonSetIcon(this.getField("NoImage").buttonGetIcon());
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Diese variante von bilder ist das
Copy link to clipboard
Copied
komme nicht weiter
Copy link to clipboard
Copied
What did you try? What were the results?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Please share the actual file.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Which field should clear the buttons? I don't see that you've implemented at all what I described.
Copy link to clipboard
Copied
die Textfelder werden gelöscht wenn ich auf Löschen gehe. das gleiche möchte ich auch machen wenn ich die Bilder löschen möchte das bekomme ich aber nicht hin da werden immer neue Bilder eingeflegt je nachdem was wir gerade zuschneiden auf der Arbeit.
und das ist nervig jedes bild einzeln zu löschen und da ist meine frage gibt es da eine Lösung für?
Copy link to clipboard
Copied
?
Copy link to clipboard
Copied
I explained how to do it above.
Copy link to clipboard
Copied
ja das funktioniert nicht wie es da steht können sie mir das nochmal erklären ?
Copy link to clipboard
Copied
?
Copy link to clipboard
Copied
hat sich erledigt habe es schon hinbekommen