问题标签 [topcoat]

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.

0 投票
1 回答
361 浏览

topcoat - How to use android checkbox and radio button in OnsenUI ios7 theme

I like onsen iOS7 theme but the iOS theme checkboxes and radio buttons are not really intuitive. I want to use android themes checkboxes and radio buttons instead. I tried copying android theme css from firebug console to a new css file to override ios styles but it's not working correctly. Can somebody help me with this. I am using the sample code below

0 投票
1 回答
1390 浏览

javascript - 单击抽屉外部时隐藏打开的抽屉

我正在使用以下代码来切换(显示/隐藏)抽屉: http: //outof.me/navigation-drawer-pattern-with-topcoat-css-library/

工作正常。现在,我希望只要点击抽屉外的任何东西,抽屉就会关闭。有推荐的方法吗?

0 投票
1 回答
2242 浏览

css - 无法结合 Onsen UI ons-sliding-menu 和 ons-tabbar

在结合 Onsen UI ons-sliding-menu 和 ons-tabbar 时遇到问题。我想在顶部有一个滑动菜单,在底部有一个图标栏。我尝试了以下方法:

添加 obe-tabbar 后,滑块菜单停止工作。

有更复杂的例子吗?

0 投票
2 回答
622 浏览

angularjs - 将移动应用与 Kendo 移动 UI、angularjs 和 topcoat 集成

我已经开始了一个 android 应用程序开发。

  1. 我想将Kendo Mobile UIAngularjsTopcoat集成。但我对这一切感到困惑。请帮我理解这个东西的实现。

  2. 我也对AngularjsKendo UI的实现与AngularjsKendo Mobile UI的实现相同的事实感到困惑?

请帮我解决一下这个。提前致谢。

0 投票
1 回答
106 浏览

html - 宽度的预文本格式

csscordova移动应用程序上使用面漆。我希望 pre-text 适合width而不是word-wrap.

http://codepen.io/civilwar/pen/JEebd

我有想要在段落之间保留返回字符的文本。我不想保持文本的宽度。为了解决这个问题,我将我的前置文本放在一个包含自动换行中断词的 div 中。这会将文本转换为仅出现在移动应用程序的宽度内(即我不必向右滚动)。摆脱自动换行中断词使前置文本达到其原始宽度。我想禁用自动换行,但将我的前置文本保留width在应用程序中,我该怎么做?