this.setAttrs({
headerContent: this.get('initialheadertext'),
bodyContent: this.get('initialbodytext'),
- footerContent: this.get('initialfootertext'),
- zIndex: 150
+ footerContent: this.get('initialfootertext')
});
// Hide and then render the dialogue.
// Hook into a few useful areas.
this.bb = this.get('boundingBox');
+ // Add an additional class to the boundingbox to allow tooltip-specific style to be
+ // set.
+ this.bb.addClass('moodle-dialogue-tooltip');
+
// Change the alignment if this is an RTL language.
if (right_to_left()) {
this.alignpoints = [