examples/bootstrap/bootstrap.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Nov 2018 04:12:42 +0000 (12:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Nov 2018 04:12:42 +0000 (12:12 +0800)
examples/bootstrap/bootstrap.js

index 6661dfd..6be49ce 100644 (file)
@@ -592,25 +592,25 @@ Roo.example.bootstrap = new Roo.XComponent({
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
                                             html : ' ',
-                                            glyphicon: 'align-left'
+                                            fa: 'align-left'
                                         },
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
                                             html : ' ',
-                                            glyphicon: 'align-center'
+                                            fa: 'align-center'
                                         },
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
                                             html : ' ',
-                                            glyphicon: 'align-right'
+                                            fa: 'align-right'
                                         },
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
                                             html : ' ',
-                                            glyphicon: 'align-justify'
+                                            fa: 'align-justify'
                                         }
                                     ]
                                 }