Community
Participate
Working Groups
RuiLib has a function - getTitle() - that returns the title of the app (which was either set in the RUIhandler's title field or set at runtime via RuiLib.setTitle). This should be used as the title in the DojoDialogLib.alert() function: dialog DojoDialog { title = RuiLib.getTitle(), children = [ content ], buttons = buttons };
fixed
Verified in 2/20 nightly build.