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?
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.
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.
We're evaluating an upgrade from ckeditor 4 to the new ckeditor 5, but I need to be able to extend the Image plugin/package with some custom elements, e.g. a text input for licensing information about the image, a button/checkbox for toggling the image to be a thumbnail or not etc.
How can I add these custom elements in the image package and write my own javascript code to handle the values from these elements?
The image toolbar is being controlled by the config.image.toolbar property. It accepts names of UI components registered in the editor.ui.components factory. In other words, it works like the main editor toolbar which is configurable via editor.toolbar and you can learn more how to create buttons here: Creating a simple plugin.
I have the following situation in Windows Phone 8.1:
Emulator with Dark theme
A Page Flyout
An element with RequestedTheme="Light" (inside a DataTemplate, in many pages)
This happens:
Open a flyout: it is Dark (as the app theme). Ok.
Navigate to a page that there is the element with RequestedTheme="Light". Ok.
Open a flyout: it is Light! Not ok!
Now all my Flyouts are Light. But my ApplicationTheme is still Dark.
It seems to be a bug.
Does anybody see if I am doing anything wrong?
--
Additional info: Flyouts doesn't have a RequestedTheme property, so I think it use the ApplicationTheme. But maybe there is something else.
I am using the popup menu in Extension Library like this
<xe:popupMenu id="pop">
<xe:this.treeNodes>
<xe:basicContainerNode image="/vwicn148.gif" label="Container">
<xe:this.children>
<xe:basicLeafNode label="Child" image="/vwicn148.gif"></xe:basicLeafNode>
</xe:this.children>
</xe:basicContainerNode>
</xe:this.treeNodes></xe:popupMenu>
And it look like this with an image added before the label
As my site is using only "font icons" from FontAwesome I want to display these instead of normal images. how can I do that?
You have 4 options (and they are not pretty):
use a custom renderer as Tim suggested
subclass the control so label is rendered passthrou
lobby the ExtLib team to add new properties
use an XSP.OnLoad script to add the font awesom tags