angular-ui-bootstrap 相关问题

一组基于Twitter Bootstrap标记和CSS的AngularJS指令

需要有关Bootstrap按钮组样式的帮助

我目前正在HTML窗格的Servicenow Service Portal上工作,我在下面的脚本中编写了该脚本,该脚本运行得很好,但是按钮组不太一致

回答 2 投票 -1


使用scss mixin进行Bootstrap主题化不起作用

我正在使用angular和ngBootstrap开发网站。我在应用程序需要主题支持的地方。我的设置我的想法是,只要HTML元素上的主题属性发生更改,就切换主题。 ...

回答 1 投票 0

在Angular UI引导日期选择器中检测选定的月份

我在白天模式下为我的项目使用Angular UI Bootstrap datepicker。如何在选择新日期之前获得当前开放的月份?

回答 3 投票 4

Bootstrap在角度项目中无法正常工作

这是我第一次创建Angular项目。我在项目中遇到了引导程序的问题。我安装了bootstrap,jquery,popper.js,并将它们包含在angular.json文件中。 “样式”:...

回答 4 投票 0

在angular js应用程序中使用ui.bootstrap

我正在研究角度应用程序,需要对表进行分页。我曾尝试使用Michael Bromley的dir-pagination,但当我尝试使用angular.module('...

回答 1 投票 0

[在将Toast组件与ng-bootstrap一起使用时出现错误

使用ng-bootstrap的Toast组件时出现以下错误未捕获的错误:模板解析错误:'ngb-toast'不是已知元素:1.如果'ngb-toast'是Angular组件,则...

回答 1 投票 0

如何使锚标记词中的文本用空格包裹?

我已将以下CSS应用于表:td {overflow:hidden;空白:预包装;文字溢出:省略号; }表格html就像这样: [

回答 1 投票 0

什么是可变性,如何将它们固定在角度上

在此处输入图像描述大家好,当我尝试使用代码npm install --saved bootstrap在我的项目上安装bootstrap时,出现了此错误代码。您能用简单的语言帮忙吗:...

回答 3 投票 0

带有角引导程序下拉菜单的自定义验证

这是情况。我有一个角度引导程序下拉列表,其中显示了要选择的“组织”列表。看起来像这样:

回答 2 投票 2

如何清除angularjs中的uib-typeahead下拉列表

我使用uib-typeahead。在uib-typeahead中键入内容时,我正在进行api调用。我在uib-typeahead文本框旁边添加了一个取消图标,以在单击该文本和下拉列表值时清除该文本和下拉值...

回答 1 投票 0

如何在servicenow中设计表

我是前端设计的新手,我想设计一个如下表所示的Servicenow Service门户:我正在从一边尝试,但是没有获得正确的设计 ]] >> 我正在详细说明答案。 要使用Bootstrap和bootstrap-javascript,我们必须将其包含在文件中。因此,我包括了Bootstrap 4.4,并在代码的末尾添加了JavaScript文件。 (有关更多信息,请参考here) 然后设计表格,我们使用html标记来完成。然后要添加样式,我们可以包含Bootstrap classes。 有关更多信息,请参考文档page。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Template</title> <!-- bootstrap 4.4 --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" /> <style> tr:nth-child(even), thead { background-color: #bdc2c7; } </style> </head> <body> <div class="container"> <table class="table table-responsive-sm table-bordered border-dark"> <caption style="caption-side: top;"> Books Room v1 </caption> <thead> <tr> <th scope="col">Serial Number</th> <th scope="col">Title</th> <th scope="col">End Date</th> </tr> </thead> <tbody> <tr> <td>Book Ticket</td> <td>x:y</td> <td>r:s</td> </tr> <tr> <td>Book Train</td> <td>p:q</td> <td>t:u</td> </tr> <tr> <td>Book Train</td> <td>p:q</td> <td>t:u</td> </tr> <tr> <td>Book Train</td> <td>p:q</td> <td>t:u</td> </tr> </tbody> </table> </div> <!-- Bootstrap js ,popper js and jquery --> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous" ></script> </body> </html> For More 尝试一下。 <div class="panel panel-body"> <h2>Book Rooms v1</h2> <table border="2" class="table m-b-lg"> <thead> <tr> <th>Serial Number</th> <th>Title</th> <th>End Date</th> </tr> </thead> <tbody> <tr> <td>Book_ticket</td> <td>x: y</td> <td>p: q</td> </tr> <tr class="bg-white text-dark"> <td>Book_train</td> <td>r: s</td> <td>t: u</td> </tr> </tbody> </table>

回答 2 投票 0

需要在servicenow中设计表的帮助

我是前端设计的新手,我想设计一个如下表所示的Servicenow服务门户,但是我没有从正确的位置进行尝试,但我没有得到正确的设计

回答 2 投票 0

如何使用Bootstrap构建动态搜索框

我目前正在Servicenow Service门户中工作,该门户支持Angular,我可以使用引导程序来创建搜索框,如下所示:

回答 4 投票 1

需要使用引导程序来构建动态搜索框的帮助

我目前正在Servicenow Serivce门户网站中工作,该门户网站支持Angular,我可以使用引导程序创建一个搜索框,如下所示:

回答 1 投票 0

带有自定义元素宿主的Angular&Bootstrap输入组

我有一个自定义的Angular元素-基本上是HTML输入,并具有对Number输入或Date输入的验证。在Angular模板中的用法: ]

回答 1 投票 0

UI Bootstrap / Bootstrap 3-如何居中放置容器?

我正在使用Angularjs创建一个简单的登录页面,并尝试使用UI Bootstrap向其中添加CSS。 UI Bootstrap所需的依赖项之一是Bootstrap CSS,所以我已经将其包含在我的...

回答 1 投票 0

在移动屏幕中水平显示导航栏导航

下面的代码在普通桌面视图中水平显示。但是,在手机屏幕上,它垂直显示。 链接1

回答 5 投票 2

带有Bootstrap UI日期选择器的无效“ ng-model”值

我正在尝试在AngularJS应用程序中实现一个简单的datepicker指令。遵循UI Bootstrap文档,每次都会出现此错误:Datepicker指令:“ ng-model”值必须...

回答 1 投票 4

Angular中的数据表如何更改语言

如何在Angular中将DataTable的语言从英语更改为法语 $(document).ready(function(){$('#example')。dataTable({“ language”: {...

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.