问题标签 [themeroller]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
primefaces - 使用 OSNODE 创建 Primefaces 主题的问题?
几天前,我发现了Primefaces 项目负责人的帖子,我正在尝试借助该帖子中提供的链接创建 jar 文件,但是当我上传 zip 文件并单击创建主题 jar 时出现异常,请参阅附件截图。我在ThemeRoller的帮助下创建了主题。
css - ThemeRoller 没有样式和正确地
Primefaces 3.5.10
如果我使用 ThemeRoller 生成的主题,我发现并非所有组件的样式都正确。例如<p:tabView>
和<p:menuBar>
。如果我在对话框中使用 tabView,则所有选项卡内容都显示在一页上。如果我切换到任何选项卡,则每个选项卡的内容都会正确显示,而不是一个包含所有选项卡内容的大页面。
如果我在 menuBar 中使用图标,所有图标都显示在一个位置的顶部。
我尝试了 Themeroller 的许多主题,但结果总是一样的。你知道一些 CSS hack 来纠正这种行为吗?或者在这种情况下我能做什么?
jquery - 多个微调器元素?
我想在我的购物车上有微调元素来选择数量。喜欢这个:http: //jqueryui.com/spinner/
问题是微调器布局应用于 id="spinner" 的输入字段,但是我怎样才能有多个输入字段,每个产品一个?
这样做只有第一个字段将具有微调器布局:
jquery - 具有范围的themerolleover jquery主题不适用于按钮日期选择器
我在我的 asp.net 应用程序中使用 Jquery UI 并使用“Le Frog”主题。我正在尝试使用http://jqueryui.com/themeroller自定义日期选择器。在我自定义它并单击下载后,我将 mycustomdatepicker 指定为主题文件夹名称,将 .chenge-a 指定为主题范围。
我添加了这个 html
这在jquery中
它在日期选择器上显示了新主题
但我想在按钮点击时使用它,所以我试试这个 html:
并编写这个 jquery
它在新主题(带范围)中显示第一个日期选择器,其中按钮日期选择器显示为旧日期选择器主题,尽管我已将 .chenge-a 指定为按钮的类。
请建议为什么带有范围的主题不适用于带有按钮的日期选择器?
twitter-bootstrap - Themeroller bootstrap 版本的区别?
但是 themeroller 主题似乎也有不同的按钮样式。我想保持正常的引导风格,但只是改变颜色。有没有可能themeroller使用其他引导版本然后3?
jquery - jQuery 数据主题不变
我正在尝试从themeroller 设置我的主题,但它并没有改变任何东西......我一定遗漏了一些东西,但无法从文档中看出。
css - add background image to themeroller theme
I am new here and I search for a solution but diddnt find a solution.
I am working on a web app with T/roller theme and I need to set a background image to over ride the theme swatch I have it working with the following js but the swatch colour shows for a second before the image shows, image is called on page load I need a way to override to theme
I suppose the question I am asking really is, is there a way to add an image to the theme that will over ride the swatch colour.
thx for reading
jquery - 在 themeroller 中启用数据表主题
根据 DataTables.net,启用主题所需要做的就是启用 ThemeRoller 中的选项:
DataTables 完全支持 ThemeRoller 创建的主题,您只需在初始化对象中启用标志,所需的标记和类将由 DataTables 添加。
我去了ThemeRoller > Gallery > 选择“开始”主题点击下载。第一部分“UI Core”是唯一包含部分单词“initializ”的部分,默认情况下它们都被选中。但是,我的 DataTable 没有显示主题。
<table id="xyzRequests">
//...
为了测试,我在里面放了一个手风琴控件,那个主题就很好了。
image - 带有图像的 jQuery UI 多选小部件(Eric Hynds 版本)
通过 jQuery UI Themeroller 支持样式的优秀下拉 jQuery UI Multiselect 小部件仍然不支持在下拉行中包含图像。
我在 Stackoverflow 中没有看到这个问题的任何答案,但它似乎经常在互联网的各个领域被问到,所以我在下面给出这个问题的答案..