sync
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2020 10:20:41 +0000 (18:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2020 10:20:41 +0000 (18:20 +0800)
css-bootstrap4/bootstrap.css.map
css-bootstrap4/bootstrap.min.css.map
css-bootstrap4/roojs-bootstrap-debug.css.map
css-bootstrap4/roojs-bootstrap.css.map
docs/json/roodata.json
docs/src/Roo_bootstrap_Modal.js.html
docs/summary.txt
docs/symbols/Roo.bootstrap.Modal.json
roojs-bootstrap-debug.js

index 901dac9..381f39d 100644 (file)
@@ -2,7 +2,7 @@
        "version": 3,
        "file": "bootstrap.css",
        "sources": [
        "version": 3,
        "file": "bootstrap.css",
        "sources": [
-               "../../../../../tmp/scssiDRhV4",
+               "../../../../../tmp/scss64Ul6s",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/bootstrap/bootstrap.scss",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/bootstrap/bootstrap.scss",
index 526774a..aa5ab62 100644 (file)
@@ -2,7 +2,7 @@
        "version": 3,
        "file": "bootstrap.min.css",
        "sources": [
        "version": 3,
        "file": "bootstrap.min.css",
        "sources": [
-               "../../../../../tmp/scssiDRhV4",
+               "../../../../../tmp/scss64Ul6s",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/bootstrap/bootstrap.scss",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/bootstrap/bootstrap.scss",
index ffc9797..b4b334a 100644 (file)
@@ -2,7 +2,7 @@
        "version": 3,
        "file": "roojs-bootstrap-debug.css",
        "sources": [
        "version": 3,
        "file": "roojs-bootstrap-debug.css",
        "sources": [
-               "../../../../../tmp/scssL94YU0",
+               "../../../../../tmp/scssdyuD3s",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/roojs-bootstrap/roojs-bootstrap.scss",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/roojs-bootstrap/roojs-bootstrap.scss",
index d74735b..750bd37 100644 (file)
@@ -2,7 +2,7 @@
        "version": 3,
        "file": "roojs-bootstrap.css",
        "sources": [
        "version": 3,
        "file": "roojs-bootstrap.css",
        "sources": [
-               "../../../../../tmp/scssL94YU0",
+               "../../../../../tmp/scssdyuD3s",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/roojs-bootstrap/roojs-bootstrap.scss",
                "../scss/bootstrap/_functions.scss",
                "../scss/bootstrap/_variables.scss",
                "../scss/roojs-bootstrap/roojs-bootstrap.scss",
index 021fc24..0bce7e0 100644 (file)
       {
         "name" : "size",
         "type" : "String",
       {
         "name" : "size",
         "type" : "String",
-        "desc" : "g) default empty",
+        "desc" : "l) default empty",
         "memberOf" : "",
         "optvals" : [
           "sm",
         "memberOf" : "",
         "optvals" : [
           "sm",
-          "lg"
+          "lg",
+          "xl"
         ]
       },
       {
         ]
       },
       {
index 7bacd7e..edbaed1 100644 (file)
@@ -18,7 +18,7 @@
  * @cfg {Boolean} fitwindow default false
  * @cfg {Number} width fixed width - usefull for chrome extension only really.
  * @cfg {Number} height fixed height - usefull for chrome extension only really.
  * @cfg {Boolean} fitwindow default false
  * @cfg {Number} width fixed width - usefull for chrome extension only really.
  * @cfg {Number} height fixed height - usefull for chrome extension only really.
- * @cfg {String} size (sm|lg) default empty
+ * @cfg {String} size (sm|lg|xl) default empty
  * @cfg {Number} max_width set the max width of modal
  * @cfg {Boolean} editableTitle can the title be edited
 
  * @cfg {Number} max_width set the max width of modal
  * @cfg {Boolean} editableTitle can the title be edited
 
index c5e3194..454b6de 100644 (file)
@@ -145,6 +145,7 @@ Bootstrap Widgets
 
     Cards
         Roo.bootstrap.Card a interactive card element (dragable / expandabe etc.)
 
     Cards
         Roo.bootstrap.Card a interactive card element (dragable / expandabe etc.)
+            [examples/bootstrap4/dashboard4.html] Dragable Trello like cards.
         Roo.bootstrap.CardHeader container for header elements
         Roo.bootstrap.CardFooter container for footer elements
         Roo.bootstrap.CardImageTop container for footer elements
         Roo.bootstrap.CardHeader container for header elements
         Roo.bootstrap.CardFooter container for footer elements
         Roo.bootstrap.CardImageTop container for footer elements
index 386b908..9cfac27 100644 (file)
     {
       "name" : "size",
       "type" : "String",
     {
       "name" : "size",
       "type" : "String",
-      "desc" : "g) default empty",
+      "desc" : "l) default empty",
       "memberOf" : "Roo.bootstrap.Modal",
       "optvals" : [
         "sm",
       "memberOf" : "Roo.bootstrap.Modal",
       "optvals" : [
         "sm",
-        "lg"
+        "lg",
+        "xl"
       ]
     },
     {
       ]
     },
     {
index 43aa293..5231918 100644 (file)
@@ -3845,7 +3845,7 @@ Roo.extend(Roo.bootstrap.MenuSeparator, Roo.bootstrap.Component,  {
  * @cfg {Boolean} fitwindow default false
  * @cfg {Number} width fixed width - usefull for chrome extension only really.
  * @cfg {Number} height fixed height - usefull for chrome extension only really.
  * @cfg {Boolean} fitwindow default false
  * @cfg {Number} width fixed width - usefull for chrome extension only really.
  * @cfg {Number} height fixed height - usefull for chrome extension only really.
- * @cfg {String} size (sm|lg) default empty
+ * @cfg {String} size (sm|lg|xl) default empty
  * @cfg {Number} max_width set the max width of modal
  * @cfg {Boolean} editableTitle can the title be edited
 
  * @cfg {Number} max_width set the max width of modal
  * @cfg {Boolean} editableTitle can the title be edited