Sets the class to style the multimedia uploader when it is empty.
control. gx-multimedia-upload-empty-class
gx-multimedia-upload-empty-class: UploadEmpty;
Generators: .NET, .NET Framework, Java
Level: Design System Style Class
This property applies only at design time.
The following example shows a class called .ImageAttribute that styles the multimedia uploader when it is empty, by referring to another class called .UploadEmpty. This reference is made through the gx-multimedia-upload-empty-class property.
.ImageAttribute{
gx-multimedia-upload-empty-class: UploadEmpty;
}
.UploadEmpty
{
background-image: gx-image(EmptyImage);
background-repeat: no-repeat;
border: 3px red solid;
}
This property is available since GeneXus 17 Upgrade 10.
HowTo: Configure Design System Class Properties
gx-multimedia-upload-class property
gx-multimedia-upload-clear-class property
gx-multimedia-upload-change-class property
DSO properties that begin with gx- and end with class