Willem

Show:

What's happening?

  • why this project died

    Greetings to all, asholamp was a attempt at making websites easy to use, but lacked development and new coding standards. Due to the very well known Joomla release, I have decided to let the project die, as it takes to much time too develop a new CMS. In my opinion I would rather reccomend the use of Joomla, or any other Model View Controller based CMS, as this is the way to go for future...

    2009-07-30 15:56:00 UTC in News

  • Followup: RE: Preventing class inheritance?

    Alfonso.. The reason I am suggesting the chr(10) or new line is to prevent the user from adding all this extra HTML to the content. In most cases the editor area is not the same size as the actual final content, so the author tries to make the content look nice by adding line breaks. Then when the page is saved, the line breaks appear in diffrent places than where he added them, because the...

    2007-03-08 16:48:28 UTC in FCKeditor

  • Followup: RE: question of adding a text button to fck

    https://sourceforge.net/tracker/index.php?func=detail&aid=1599920&group_id=75348&atid=737639 I wrote this little simple plugin for Changing the case a while back.. it should be a good start if you know PHP, but beware, there is no HOWTO or comments, it just gives you the documents that is needed to make a plugin/ button.. Hope it helps.

    2007-03-02 11:25:20 UTC in FCKeditor

  • Comment: Atlas Support in FCKEditor.Net

    I really hope that FCK never support Atlas, or whatever M$ is calling their flavour of Ajax... as it will just kill the project to try and keep up with the Redmod giants bad ideas.. This is open source, not owned source..

    2007-03-02 10:40:22 UTC in FCKeditor

  • Followup: RE: Preventing class inheritance?

    Alfonso.. My last suggestion I think you did not get. What I ment by adding a line break to the GUI that does not actually insert any HTML was the following. Enter = chr(10) or chr(13) or both Shift+Enter = br This would then allow you to have the user enter whenever he likes to get to a new line, but NOT add a <br>. This could be very usefull, as when you then save the content...

    2007-03-02 10:37:50 UTC in FCKeditor

  • Followup: RE: POST field is empty

    Get the value of the Editor via the API.... FCKeditorAPI.GetInstance('InstanceName').. have a look at the page http://wiki.fckeditor.net/Developer%27s_Guide/Javascript_API.

    2007-02-26 14:53:37 UTC in FCKeditor

  • Followup: RE: [feature request] link follow

    Sound like a plugin to me..

    2007-02-26 14:50:34 UTC in FCKeditor

  • Followup: RE: Preventing class inheritance?

    Alfonso I agree on the way the way that Word works and the peoples expectations, but I need to come up with some solution to the following layout. Page content contains a DIV "content", that seperates the content from the navigation. Inside this DIV is nested DIV's that contain summaries or text, lets call them "columns". Inside these "columns" are headings...

    2007-02-26 14:47:05 UTC in FCKeditor

  • Followup: RE: Preventing class inheritance?

    For now I guess doing FCKConfig.DisableEnterKeyHandler = true ; has the best results....

    2007-02-14 12:26:47 UTC in FCKeditor

  • Followup: RE: Preventing class inheritance?

    Changing my config to the standard Enter=p and Shift+Enter=br does a whole set of new things. It still copies the parent div, but now creates sibling divs instead of a nested P. It seems that when inside a DIV, pressing Enter creates another DIV no matter what you do, nested or sibling...

    2007-02-14 12:22:53 UTC in FCKeditor

About Me

  • 2003-07-09 (6 years ago)
  • 819227
  • adesso (My Site)
  • Willem

Send me a message