Is there anyone having implemented ImagePaste addon http://ckeditor.com/addon/imagepaste for CKEDITOR with Xpages? Any hints how to put both together?
Related
has anyone tried using Tabulator in a Polymer 3 project?
Polymer is not supported by Tabulator but maybe someone has tried to integrate it.
Thanks
Tabulator is a vanilla JS library, as such it will work in any JavaScript Frontend Framework without issue.
The supported frameworks list on the website simply demonstrates how to set it up with those frameworks. If you follow the standard Quickstart Guide you should be up and running in no time.
With most frameworks it is simply a matter of passing a reference to the div created by the framework into the first argument of the constructor instead of the CSS selector string.
You would normally need to instantiate Tabulator after the render phase of your particular framework.
If you do get something setup then please submit some simple demo code as an issue on the Tabulator Git Repo and i can add it to the website to help others
The Framework Documentation includes several examples of setting up Tabulator in a frontend framework that should give you some pointers on how to address the issue.
I'am using Jdeveloper(12.1.2 & 12.1.3) since 2 years and untill now i use ADF MDS to customize and personalize my jsf pages.
Now i have to "customize and personalize my jsf pages" without ADF.
My questions:
Is there a tools or framework which could help me to solv my issue?
Does somebody deal already with this issue?
What it's JSF own approach on this issue?
Thanks
There is no equivalent declarative way of doing this in JSF - you'll have to write Java code that will do all of this for you and change your pages at runtime - Why wouldn't you use MDS for this?
I am using PrimeFaces Extensions <pe:ckEditor> which is basically a server side JSF component which generates the necessary HTML/CSS/JS code output for CKEditor. It works fine, however I have a new requirement which requires me to use either the PBCKCODE or the syntaxhighlighter add-on of CKEditor.
I have successfully created a customized version with those add-ons from their website. However, I have no clue how to integrate those add-ons in <pe:ckEditor>. How can I integrate those add-ons in <pe:ckEditor>?
Is there any reason why you don't want to use the CKEditor directly in stead of using it through pe:ckEditor? At least thats what I did in our project.
Hi
I am going to develop a Drupal site for mobile, suppose I will coding with the template file, anyone can suggest some reference/tools for it?
Thanks
use http://drupal.org/project/mobile_theme module.
i have to make a GUI using JSF, Ajax and CSS working with Apache Database. Im new to this so can someone suggest me any any suitable framework to start with?
You can get some knowledge about JSF in the following site
http://www.coreservlets.com/JSF-Tutorial/jsf2/
It will be helpful for your development activity