Official Content

Sets the class to style the multimedia uploader's Change button.

Syntax

control. gx-multimedia-upload-change-class

gx-multimedia-upload-change-class: UploadChange;

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's Change button by referring to another class called .UploadChange. This reference is made through the gx-multimedia-upload-change-class property.

.ImageAttribute{
    gx-multimedia-upload-change-class: UploadChange;
}
.UploadChange
{
    color: red;
}

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-empty-class property
DSO properties that begin with gx- and end with class

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