text editor

jerwhite

Joined: 2006-03-27
Posts: 34
Posted: Thu, 2012-02-16 21:18

Not sure where to put this as it is more of a general web developer question. On gallery, once it's setup you can create an album and name it "whatever". At a later date you may login again, and edit that name to "whatever 2012". My question is how simple is that code alone? I have a site that on the main index page, I would like the ability to edit the text within a table. I know you can add the editable text part to the code but that does it front side only. On a page refresh it reverts back. How can I do this and make it stick.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-02-16 23:27

Are you talking about the WYSIWYG text editor like http://www.tinymce.com/ ?
I guess I need a better user story of what you are after.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JulianRob

Joined: 2012-12-24
Posts: 3
Posted: Sun, 2013-01-06 12:33

Talking of the text editor, you may be able to edit it in html instead of the WYSIWYG and keep the change permanent, otherwise try and go to the index page and adjust the editable text there. I was having some sort of trouble with this in the past. The code alone is simple but make sure you have retained all the html tags if editing the content part of the text

 
origamiwarrior1
origamiwarrior1's picture

Joined: 2013-01-26
Posts: 2
Posted: Sat, 2013-01-26 15:26

can u explain to me how WYSIWYG editor works.,.i really want to know more about it.,.whats the advantages of using that than other editors.

 
mrsunsuds

Joined: 2013-01-21
Posts: 1
Posted: Sat, 2013-01-26 16:07

WYSIWYG is good for editing without having to get into the nitty gritty of HTML...I've done enough web editing that I'm now fine typing out the code myself, but even then I like WYSIWYG for avoiding typos and errors that otherwise creep in when hand-editing large sections of text.

 
dcmmonline

Joined: 2013-01-31
Posts: 2
Posted: Thu, 2013-01-31 06:52

Anyone here can suggest what other editor that is user friendly and can easily be use for newbies like me?