Official Content

Sets the class to style the multimedia uploader when it is empty.

Syntax

control. gx-multimedia-upload-empty-class

gx-multimedia-upload-empty-class: UploadEmpty;    

Scope

Generators: .NET, .NET Framework, Java
Level: Design System Style Class

Runtime/Design time

This property applies only at design time.

Samples

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;
}

Availability

This property is available since GeneXus 17 Upgrade 10.

See Also

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

Last update: April 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant