Fix #6893 - fix roo docs
[roojs1] / docs / symbols / Roo.bootstrap.Alert.json
index 641fe1f..73d6dad 100644 (file)
       "memberOf" : "Roo.bootstrap.Alert",
       "optvals" : []
     },
+    {
+      "name" : "seconds",
+      "type" : "Number",
+      "desc" : "default:-1 Number of seconds until it disapears (-1 means never.)",
+      "memberOf" : "Roo.bootstrap.Alert",
+      "optvals" : []
+    },
+    {
+      "name" : "close",
+      "type" : "Boolean",
+      "desc" : "true to show a x closer",
+      "memberOf" : "Roo.bootstrap.Alert",
+      "optvals" : []
+    },
     {
       "name" : "style",
       "type" : "String",
       "memberOf" : "Roo.Component",
       "optvals" : []
     },
-    {
-      "name" : "faicon",
-      "type" : "String",
-      "desc" : "font-awesomeicon",
-      "memberOf" : "Roo.bootstrap.Alert",
-      "optvals" : []
-    },
     {
       "name" : "dataId",
       "type" : "string",
     {
       "name" : "weight",
       "type" : "String",
-      "desc" : ")",
+      "desc" : "r) Weight of the message",
       "memberOf" : "Roo.bootstrap.Alert",
       "optvals" : [
         "success",
         "danger"
       ]
     },
+    {
+      "name" : "fa",
+      "type" : "String",
+      "desc" : "font-awesomeicon",
+      "memberOf" : "Roo.bootstrap.Alert",
+      "optvals" : []
+    },
     {
       "name" : "name",
       "type" : "string",
   ],
   "methods" : [
     {
-      "name" : "tooltipEl",
-      "desc" : "Fetch the element to display the tooltip on.",
+      "name" : "setTitle",
+      "desc" : "Set the Title Message HTML",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
+      "memberOf" : "Roo.bootstrap.Alert",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
-      "params" : [],
-      "returns" : [
+      "params" : [
         {
-          "name" : "",
-          "type" : "Roo.Element",
-          "desc" : "defaults to this.el"
+          "name" : "html",
+          "type" : "String",
+          "desc" : "",
+          "isOptional" : false
         }
-      ]
+      ],
+      "returns" : []
+    },
+    {
+      "name" : "setHtml",
+      "desc" : "Set the Body Message HTML",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.bootstrap.Alert",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "html",
+          "type" : "String",
+          "desc" : "",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
+    },
+    {
+      "name" : "setWeight",
+      "desc" : "Set the Weight of the alert",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.bootstrap.Alert",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "(success|info|warning|danger)",
+          "type" : "String",
+          "desc" : "weight",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
+    },
+    {
+      "name" : "setIcon",
+      "desc" : "Set the Icon of the alert",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.bootstrap.Alert",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "see",
+          "type" : "String",
+          "desc" : "fontawsome names (name without the 'fa-' bit)",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
     },
     {
       "name" : "hide",
-      "desc" : "Hide a component - adds 'hidden' class",
+      "desc" : "Hide the Alert",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
+      "memberOf" : "Roo.bootstrap.Alert",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "show",
-      "desc" : "Show a component - removes 'hidden' class",
+      "desc" : "Show the Alert",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
+      "memberOf" : "Roo.bootstrap.Alert",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [],
       "returns" : []
     },
+    {
+      "name" : "tooltipEl",
+      "desc" : "Fetch the element to display the tooltip on.",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.bootstrap.Component",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [],
+      "returns" : [
+        {
+          "name" : "",
+          "type" : "Roo.Element",
+          "desc" : "defaults to this.el"
+        }
+      ]
+    },
     {
       "name" : "setVisibilityEl",
       "desc" : "Set the element that will be used to show or hide",