X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.bootstrap.MessageBox.json;h=de583b9620bf19e6555ac3b699f7330d7304d825;hb=23a0c8c1c7942f78ddb512df49e0ff19f12b06fa;hp=cd51fd846c622ecf55cbbabfa590709314342126;hpb=7811bdad238a16fa881fa617d9c4e53da624968e;p=roojs1 diff --git a/docs/symbols/Roo.bootstrap.MessageBox.json b/docs/symbols/Roo.bootstrap.MessageBox.json index cd51fd846c..de583b9620 100644 --- a/docs/symbols/Roo.bootstrap.MessageBox.json +++ b/docs/symbols/Roo.bootstrap.MessageBox.json @@ -1,6 +1,7 @@ { "name" : "Roo.bootstrap.MessageBox", "augments" : [], + "childClasses" : [], "desc" : "Utility class for generating different styles of message boxes. The alias Roo.Msg can also be used.\nExample usage:\n
\n// Basic alert:\nRoo.Msg.alert('Status', 'Changes saved successfully.');\n\n// Prompt for user data:\nRoo.Msg.prompt('Name', 'Please enter your name:', function(btn, text){\n    if (btn == 'ok'){\n        // process text value...\n    }\n});\n\n// Show a dialog using config options:\nRoo.Msg.show({\n   title:'Save Changes?',\n   msg: 'Your are closing a tab that has unsaved changes. Would you like to save your changes?',\n   buttons: Roo.Msg.YESNOCANCEL,\n   fn: processResult,\n   animEl: 'elId'\n});\n
", "isSingleton" : true, "isStatic" : false,