How to restrict text length in FCKeditor 2.6? - fckeditor

How to restrict text length in FCKeditor 2.6? I found plugin for 2.3 version, but it doesn't work

I found the new version of this plug-in. It works perfectly for FCKeditor 2.6
http://sourceforge.net/tracker/?func=detail&aid=2681808&group_id=75348&atid=737639

Related

add chromium in Lazarus

want to add chromium web browser in Lazarus, I was doing the following steps, but couldn't run it in Lazarus. it is saying CEF version is not supported. Can you please kindly advise?
I am using Lazarus 1.6 in Win7 64bit
I just downloaded chromium framework from here: https://github.com/dliw/fpCEF3 . As I can see in comments, it is based on CEF 3.2743
Installed cef3.lpk into Lazarus successfully and Chromium tab added
downloaded cef_binary_3.2743.1449.g90ba67d_windows64_minimal.tar.bz2 from http://opensource.spotify.com/cefbuilds/index.html and copied the files from Release folder inside my Lazarus executable file and also copied the Resource folder there.
Also, I tried the last step with cef_binary_3.2743.1449.g90ba67d_windows32_client.tar.bz2 file without any success.
Any help would be appreciated.
Nowadays, GitHub/fpCEF3 says:
update to CEF 3.3029
Keep in mind that this number may change in the future (hopely). And lower it says:
Make sure to use the correct CEF3 version (see the changelog / release tag); other versions (older or newer) may work, but are not recommended
However you are trying version 3.2743, instead of 3.3029 (or whatever it is at the time you are reading this).
Try downloading another version similar to that in GitHub.

Overriding Dojo version for a particular Xpages database

Apple's iOS 8 breaks certain tap functionality in versions of dojo prior to 1.9.4 (see Xpages mobile controls not working in iOS8
The current version of Dojo in Domino 9.0.1 FP2 is 1.9.2 but that does not fix the issue. You have to use at least 1.9.4.
I have downloaded 1.9.4 and placed it in the correct folder on our test server. But I cannot get things to work. I changed the folder name of dojo 1.9.4 to 1.4.0 as I only want to use this version for 2 dbs that are having the problem.
Question 1:
What line do I put in the xsp.properties file:
xsp.client.script.dojo.version = 1.4.0
xsp.client.script.dojo.path = / domjs / dojo-1.4.0
Question 2:
There are so many things to download when I go to the dojo download page. I downloaded the zip file and used that.
When I run code to test what version of dojo I have I get 1.9.4. But when I try to load my page, I get an error.
dojo._loaders: TypeError: dojo._loaders is undefined
Any help would be GREATLY appreciated.
You probably have the right dojo zip, this one: http://download.dojotoolkit.org/release-1.9.4/dojo-release-1.9.4.zip. As you say, unzip that to the dojo-1.9.4 folder in <server-install>\data\domino\js\, or name the folder 1.4.0 if you want to specify it for only a few apps.
You will indeed need to copy the IBM folder from the <server-install>\osgi\shared\eclipse\plugins\com.ibm.xsp.dojo_9.0.1.<date-stamp>\xsp.dojo.jar into your new 1.9.4 (or 1.4.0) dojo folder. Little chance of anything working without it. Copying the ibm folder from the 1.5.2 folder is a bad idea as that is old code, and you'd certainly have issues with it working with dojo 1.9.4. In Fix Pack 2, the ibm folder from the plugin was tested/designed to work with dojo 1.9.2 (the version in that jar), so it should play fairly nice with 1.9.4.
In your XPages app, in the xsp.properties, you should only need the line:
xsp.client.script.dojo.version = 1.9.4
Rebuild your app, restart the server etc, and you should be good to go.
DISCLAIMER: This is a work-around, not a supported solution by IBM. There may be unexpected issues using this approach. It's used at your own risk.
You commented already on that topic here so I think you tried this one? http://hasselba.ch/blog/?p=323
This is the SO thread: XPages mobile controls not working with iOS 8

FileLimit is not working in primefaces file upload when multiple="true"

I trying to set fileLimit="4" in my application in <p:fileUpload> to validate when user uploads multiple files but not more than four. But this is not working.
When I checked primefaces showcase for this multiple=true scenario, there also not working. And the most weird thing is when I try to autocomplete in eclipse for the attributes inside <p:fileUpload> I don't see any fileLimit, fileLimitMessage etc. I am using Primefaces 3.5v.Is this a bug in Primefaces file upload?
For some reason, PrimeFaces main showcase site is showcasing current alpha/beta/RC version instead of latest stable version. You can verify this by looking at the version information in the footer of the showcase site. This is indeed confusing. Previously, all PrimeFaces alpha/beta/RC versions were showcased on a different showcase site (called PrimeFaces labs).
In your particular case, the fileLimit attribute of <p:fileUpload> is indeed added in PrimeFaces 4.0 and absent in 3.5. In order to utilize this attribute, you'd need to upgrade to PrimeFaces 4.0. It's currently only available as a snapshot (note: you're supposed to report all issues directly to them then). The final release is scheduled in a few weeks.

The version of mobile showcase

Currently I'm using DOJO 1.9 to develop, but it seems not run on IE. But I see that in the showcase run well with IE. I don't see the version of dojo.js using with showcase. Could you tell me the version of DOJO using in the mobile showcase?
http://demos.dojotoolkit.org/demos/mobileGallery/demo-iphone.html
Thanks!
To check dojo version, open your console and type dojo.version
In this case it's 1.8.0r30226

FCKeditor ready for Plone 4?

There have been some comments that FCKeditor is no longer supported in Plone 4. Are there plans to update FCKeditor, or perhaps replace FCKeditor?
JR
Plone itself never included FCKEditor. There are add-ons for it. The most recent one I can find is http://plone.org/products/collective.ckeditor which actually requires Plone 4 and no longer works with Plone 3.
Note that FCKEditor was renamed to CKEditor in 2009.
warning: ckeditor depends on plone.finder, which has some problems, and plone.upload. ckeditor is not currently mantained, I would switch to TinyMCE.