This is the content of the "Content" folder, as mentioned here in the official docs: https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling
Added the required CSS and JS file :
The Kendo Combo-box functionality is working fine(except the icons):
I have also followed these answers on stackoverflow:
Icons not showing in my KendoUI for JQuery Grid
Kendo UI Grid - Where to look for fonts and icons
In the network tab of chrome developer tools, I don't see the WebComponentsIcons file loaded:
Let me know what is the step that I am missing?
UPDATE:
I have added the missing fonts, textures, and Default folder in kendo folder, but still, the icons are not showing up:
any suggestions would be helpful.
Related
guys. I have a small project, where i need to use Ckeditor 4 with VueJS 2.
So i downloaded all scripts from official website, but have a big problem: blur and focus event works only with last editor at the page.
Here my code, where i trying to initialize editor at the page.
<ckeditor
#blur="logEvent('blur', $event)"
:config="CKeditorConfig"
:value="editorData"
></ckeditor>
I tried to debug official ckeditor-vuejs port, and saw that each time my editor have same name.
I have integrated CEF v1750 in my application and I have some problem with textarea. My app using OpenGL 2.0 to render views.
Textarea looks like that:
http://s8.postimg.org/uzm3rvd8l/textarea.jpg
http://s22.postimg.org/o287ruwap/textarea1.jpg
As you can see in textarea is some icon, which probably comes from some plugin, but why this icon is in each textarea in my application?
Do you know how to disable this icon?
I have this requirement where I have to change the default styles on my Ext JS application. I am not talking about changing stuff in CSS files yet. I am not that ambitious yet. Here is what I am looking for:
Suppose I need a Submit and Cancel buttons, I use xtype:button and text:Save ( or Cancel ). This will render buttons with the text on them. What should I do if I want to change the look and feel of the button? Or replace the button with a cool Save or Cancel image?
Right now I have all the texts on the application with the default font that ExtJS shows. What am I supposed to do if I want all the text on the application changed to a different font? Everything right from the data in forms/grids and the titles of each component should be changed to some other font my customer prefers. What am I supposed to do?
I understand these are very basic and a generic questions, but I am looking for a good headsup before I proceed with my task.
Thank you all in advance. Waiting for answers :)
Update: So, I found out how we deal with CSS and change the fonts. Can anyone help about the Chaning the look and feel for Submit/Cancel buttons.
I recommend you to use SASS and compass to build your own themes, or better said to change one the existing themes. In the Ext JS documentation you can find the css variables which you can set according to your needs.
If you are not ready for theming with SASS just yet take a look at this example of button configs from the sencha docs:
Stanadalone Example page: http://docs.sencha.com/extjs/4.1.3/extjs-build/examples/button/button.html
CSS that adds customized images to the buttons: http://docs.sencha.com/extjs/4.1.3/extjs-build/examples/button/button.css
JS that shows button configs: http://docs.sencha.com/extjs/4.1.3/extjs-build/examples/button/button.js
Essentially this shows how to use iconCls property on the button config along with a simple CSS class to add desired image to your button.
I have downloaded the latest version of tinyMce and builded a sample html file with a text area and added the code for loading the tinyMce editor in text area and it worked fine.
I tried to load the tinyMce editor in a text area using the same code, in an application where dojo frame work is used( the dojo js will be initially loaded). The tinyMce editor is not getting loaded within this application. Can some one help me to dig this problem or any one of you had faced a similar issue? Any help will be much appreciated
thx Jijo John
amt.in
I'm currently working on a dojo application, but have a need for some customization of the scroll bars. Basically anything that mimics any one of the multiple jQuery based custom scrollbar plugins should be sufficient.
Any ideas?
there doesn't seem to be something out there yet mimicking the jquery scrollbar plugins, you can customize their look using css though !
Lucian
Source:
http://dojo-toolkit.33424.n3.nabble.com/Custom-Scrollbars-tp2776041.html