I have embedded wiris plugin with tinymce editor. On clicking the "tiny_mce_wiris_formulaEditor" button of wiris in the tool bar, the formula editor window is opening in local-host but not online, where I have hosted my site. Please tell the solution.
By default WIRIS plugin uses the WIRIS editor services hosted at our servers in www.wiris.net. Please check that your server can connect to our servers. Additionaly, if you have a proxy/firewall in your server you need to include its configuration details in the plugin's configuration.ini file (http://www.wiris.com/plugins/docs/resources/configuration-table) uncommenting and setting the wirisproxy* variables.
Please check the WIRIS plugin test pages too: http://www.wiris.com/plugins/docs/resources/test
Related
I am using netbeans for developing a website in java. I am using bootstrap 3 CDN but it does not show me any hints (intellisense). May be it is not installed in it so how can I install bootstrap intellisense in netbeans?
AFAIK there are no plugins for the Bootstrap intellisense plugin for Netbeans.
I am using bootstrap 3 CDN but it does not show me any hints (intellisense).
Yes, this will not work and this applies to other CSS frameworks like Foundation too.
When you're developing the website on local computer just download Bootstrap CSS and JS files. Include it in your project. Once you complete the code just replace those local file links with CDN and host it on a live server.
When you're using local files Netbeans will give you intellisence without any problems.
P.S: If you're interested check BootstrapPalette plugin for Netbeans
Description:
I have been using the CPanel code editor for over a year and I feel the default editor doesn't have enough developer tools for me. Is there a plugin I could use to edit my files more effectively? I've never used any CPanel plugins such as cms.
You might not be able to change the default cPanel code editor straight away it has some language support but I can agree that it's not for Developers.
I would recommend that you try switching over to another Editor / IDE.
A nice free one is Atom - it's a project built on JavaScript (Electron) by GitHub
I've recently installed Eclipse Mars.2 and need to edit some HTML files. While it seems that WTP is not installed WSP is and I can't seem to find the difference. In any case if I try to install WTP it tells me a newer version is already installed so I assume that means WSP. When I go to "Web" perspective and create a new HTML file it displays an HTML template which is fine. My problem is that when I try to develop my page, there is no HTML tool bar nor does autocomplete make any suggestions. I seem to have to simply type everything in manually. Can someone tell me what I may have set up wrong? TIA.
I have followed the steps given on this page - getting-started-with-the-superdevmode
but I am still getting message - Can't find any GWT Modules on this page. I did some more googling but could not find any solution until now.
I am using GWT 2.6.1 and eclipse kepler 64 bit on ubuntu.
Here are the steps I did.
Created a new Web app project for GAE, using GWT 2.6.1 and GAE sdk 1.9.6.
Go to Run configurations. Create a new configuration for a "Java Application". Change the main class, Argument and add jar file as shown in the screenshot.
Check the apps .gwt.xml file. It already has <add-linker name="xsiframe"/>. I have tried adding devModeRedirectEnabled property also. It did not help.
GWT compile the project.
Run the application as Web application. Default jetty config serves the application at
http://localhost:8888/SuperDev.html.
I opened up this page in firefox. I can see the page content.
Launch the Java application configuration. It does compile again and gives a success message and tells me to launch
http://localhost:9876/
I opened it in firefox and it shows -
Dragged Dev Mode On to firefox's bookmark. And clicked.
I get the message - Can't find any GWT Modules on this page.
Following are the configurations for my superdev mode java app. Did I miss anything?
You need to click the bookmarklet when viewing your compiled web app.
The last steps should therefore be:
Dragged Dev Mode On to firefox's bookmark.
Switched back to my application at http://localhost:8888/SuperDev.html and clicked the bookmark
Once you have the bookmarklets, you actually don't really need to open http://localhost:9876 anymore (you'll find compile logs there, and can browser your code, including the code generated by GWT generators; so it can still be useful).
I tried to do it with Eclipse Oxygen, Java7 (for run application, for oxygen you have to have java 8), and GWT Eclipse Plugin 3.0.0.
In such an environment all you need to do is:
On project right click > Debug As > GWT Legacy Development Mode with Jetty.
PS:
you have to have address like this
http://127.0.0.1:8888/StockWatcher.html?gwt.codesvr=127.0.0.1:9997
NOT like :http://127.0.0.1:8888/StockWatcher.html
After openning addres you must additionally install the plugin in the browser - you will be asked for it
It work on IE11
I'm using the Eclipse IDE with the Force.com plugin for editing Salesforce.com visual force pages. The problem I'm having is that I can't actually edit the page. Whether it's a newly created page or not. I right click on the project within Eclipse, clicked new visual force page and the page loads. I can actually edit anything though.
Any ideas? Do I need an additional web plugin or something?
Thanks.
There are no additional plugins required. You may have an issue with your Eclipse install.
Easiest way to confirm is to download Eclipse again. I'd do the plain Java package. Install into a new location on your disk, then install the Force.com plugin.