• Home
  • About
  • Contact
  • Who’s online?
  • Rss

FCK Editor Plugin: Internal Links

Posted By: Ken  Permalink in Groupwave, JavaScript, Open Source

23

Oct

REMARK: below post is for FCKEditor version 2.4.3. and does not work in 2.6! Here is the updated code (thanks to Yves Venken):

GWinternalLink for fckeditor 2.6.x

Remark: Don’t forget this in your fckeditor config file:

FCKConfig.Plugins.Add(‘gwinternallink’, ‘nl’);

for more info, just ask: us

ORIGINAL TEXT:

A client is using the FCK Editor as a RTEditor for a CMS system we created, but FCK lacks the ability to insert ‘internal’ website links.

Idea is that we present them with a list of the available pages with prebuilt links, so they can simply insert it as a normal link.

What you need to do to use it:

1. Download the FCK Internal Link Plugin

2. Drop the plugin in the ‘plugins’ folder of your FCK folder

3. Add a button in your FCK config file:

…['Link','Unlink','Anchor'],
['gwinternallink'],
[‘Image’,'Flash’,'Ta…

4. Put following function on the page where you embed the editor

function getGwInternalLinks() {
var linkArray = new Array(new Array(“title1″, “url1″),new Array(“title2″, “url2″),new Array(“title3″, “url3″));
return linkArray;
}

Off course you need to fill this array with appropriate values (you should have some sort of server script generate it).

5. Test it!

Generated links should work well with the default FCK link buttons. Hope it works. This is what it should look like:

Screenshot

Bookmark to:

Add to Del.icio.us Add to digg Add to Facebook Add to Google Bookmarks Add to Stumble Upon Add to Technorati Add to Twitter
7 comments

PHP & Zend Framework: Getting Started

Posted By: Ken  Permalink in Groupwave, Open Source, PhP

20

Aug

My first post… so I’ll try to make it a good one. Being a Notes developer with some Java experience, PHP is the new challenge! Since PHP5, the language is OO, so that’s a relief. It took me about 2 days to get everything up and running, but you should be able to do it faster with this tutorial.
Here a the source files you will need.

It’s based on my experience and some other tutorials I found on the web which handles the following:

  1. Install & configure WAMP
  2. Configure PHP
  3. Install & configure PostGreSQL
  4. Set up the Zend Framework
  5. Start programming

Before getting started I suggest you take the PHP tutorial. I assume you have some basic knowledge of OO-programming and web development.

I hope it’s useful! It probably contains some errors so please let me know if it needs to be updated.

 

Bookmark to:

Add to Del.icio.us Add to digg Add to Facebook Add to Google Bookmarks Add to Stumble Upon Add to Technorati Add to Twitter
1 comment

Zend And IBM – PhP Development

Posted By: admin  Permalink in IBM, Open Source, PhP

9

Aug

Zend Technologies and IBM are expanding their partnership in the PHP (Hypertext Preprocessor) application development space, focusing on IBM’s DB2 database.Featured in the arrangement are enhanced IBM DB2 Express-C capabilities in IBM Zend Core for IBM, which is Zend’s PHP offering. DB2 Express-C is IBM’s hybrid relational-XML data server for accessing enterprise capabilities such as data replication, clustering and offsite disaster recovery.Also included is new support for DB2 Connect technology to access i5/PS and z/OS DB2 data servers. DB2 Connect technology makes it easy to build PHP applications that leverage DB2 hosted on IBM System z and System i servers.Additionally, users can leverage IBM System i Linux partitions and the System i attached BladeCenter and System x servers.Users also get a single source of support for the integrated PHP and DB2 stack. Zend will provide this support.

Zend Core for IBM features a PHP-based application development and deployment stack that includes Apache, PHP, the Zend Framework and DB2 Express-C.

Bookmark to:

Add to Del.icio.us Add to digg Add to Facebook Add to Google Bookmarks Add to Stumble Upon Add to Technorati Add to Twitter
no comment

Categories

  • Adobe
  • Ajax
  • eMarketing
  • Excel
  • Google
  • Groupwave
  • IBM
  • J2EE
  • Java
  • JavaScript
  • Lotus
    • Blackberry
    • Lotus Foundations
  • Lotus Notes
    • Lotusscript
  • Microsoft
  • Open Source
  • PhP
  • Web Services

Archives

  • March 2010
  • February 2010
  • January 2010
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • November 2008
  • October 2008
  • June 2008
  • March 2008
  • February 2008
  • December 2007
  • October 2007
  • September 2007
  • August 2007

Meta

  • Log in
  • Main Entries Rss
  • Comments Rss
  • XFN Network
  • Wordpress
  • Web Developement Blogs - BlogCatalog Blog Directory
March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

Links

  • 1 – Groupwave - Web Technology Partner & Solutions
  • 2 – Boulevart - Rich Media Creations Winner of Adobe AIR Summercap Benelux 2007
  • 3 – Ed Brill - Lotus Notes
  • 4 – Labs.Boulevart - Flash & RIA

Recent Visitors

Recent Entries

  • How to develop a Lotus Notes Client plug-in
  • Mindoo – 2 additional plugins for Lotus Notes 8.5.1
  • Mobile Collaboration – Supported devices chart
  • Lotus Notes Traveler in 2010
  • Godmode for windows 7
  • Lotus Knows worldwide marketing campaign
  • Notes roaming users on Lotus Foundations
  • Getting users for SVN from Domino LDAP
  • Java agent to get an rss feed behind a proxy server
  • using Quickr with Domino LDAP when hosting multiple directories

Recent Comments

  • Tim E. Brown in Mobile Collaboration - Supported de…
  • resveratrol in Lotus Symphony vs OpenOffice
  • Raden Beletz in Enable lotus domino applications on…
  • Ken in Godmode for windows 7
  • Theo Heselmans in Godmode for windows 7
  • Ken in FCK Editor Plugin: Internal Links
  • Josef in FCK Editor Plugin: Internal Links
  • Ken in Lotus Notes SEO (user friendly URL)…
  • streggiari in Lotus Notes SEO (user friendly URL)…
  • Rizwan in PHP & Zend Framework: Getting Start…

2007-2010 Groupwave

Valid XHTML | Valid CSS 3.0