Community
Participate
Working Groups
DojoDialogLib provides nice utility functions for showing various messages (error, warning, question, etc) to a user. This library logically belongs in the Dojo widgets project, but was shipped in Dojo samples because it hadn't been thoroughly tested. I think this is something that needs to be moved into the Dojo widgets since displaying messages to users is very common in GUI apps and developers should not have to import a sample project to get this.
I believe there is a sample that goes with this library - it can stay in Dojo Samples. Also, there are icons for the various messages that will need to be moved into the Dojo widgets project as part of this task.
There's only a few widget can run at the moment. Set this bug to I14 when more widgets are expected to run.
Hi Will, DojoDialogLib depends on RUI widget project (HistroyHelper). If it is pulled into Dojo project, Dojo will have to depend on RUI widgets. Do you think this is appropriate?
Why does it depend on HistoryHelper? And is there an alternative? I don't think the Dojo widgets project should depend on the RUI widgets project ..
Created attachment 203472 [details] RemoveDependency
Add DojoDialogLib to Dojo widgets. Remove dependency on RUI widgets.
Looks good.