message property added to the Dailog class

This commit is contained in:
Vladimir Enchev
2014-06-10 15:12:06 +03:00
parent 64bcf0381f
commit 14ceb15156
3 changed files with 22 additions and 1 deletions

View File

@@ -132,9 +132,14 @@
*/
title: string;
/**
* Gets or sets dialog message.
*/
message: string;
/**
* Gets or sets dialog view.
*/
view: view.View;
//view: view.View;
}
}