3

I have created ans Ektron Smart Desktop widget in Workarea\Widget.But I couldn't change the title of that widget.How to give a title to Ektron Smart Desktop widget.

Nimmi
  • 680
  • 8
  • 18

1 Answers1

2

Make sure that your Custom Smart Desktop widget inherits from the "WorkareaWidgetBaseControl" class. You can make use of the following function from WorkareaWidgetBaseControl class,

SetTitle("Your widget Title");
Bisileesh
  • 1,982
  • 2
  • 19
  • 29