Jump to content

capslock118

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

capslock118's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. actually, the fckeditor is perfect for my needs, and my clients. Thank you for your extremely timely response
  2. Hello, I am trying my best to search for this but I am not getting good results - perhaps I am not sure what to search for? Anyways, I am developing an admin section for a client. The client is going to have the ability to add pages. remove. and update pages for their web site. The data is all database driven. What I am looking for, since they are not very tech savy, is an HTML editor web front end that they can use. Whatever they put in the editor - on the admin page for say "add page" will be placed in one column in mysql - probably a blob type and lets call it the body field. The html editor will not simply be a form field where they can type in information - but that would be the essential part - but also have above that field all the nice point and click buttons. What I mean is if the admin highlights a section of text they wright in the body field and can click a button to change color, font size, type (i.e. bold, italic), make it a hyperlink (with the pop up for where to point to, anchor text etc), add an image etc. I have seen this type of thing on many web hosts that provide a web front end to edit pages. To that end I am assuming there must be a widget somewhere as logic tells me "do not re-invent the wheel". Does such a widget exist? Have I explained this well enough to show what I am talking about? Is there documentation about this? Again I have been doing my own research but I would love to hear from you if you happen to know if such a widget that I can place in the server code exists (like a module). -capslock
  3. GingerRobot, Yes that worked perfectly. Thank you for the tip and sorry for the being vague.
  4. Hello, The subject may be a bit vague. What I want is this. I have a page where I want to update information. So lets say it is already: Title - Milk Category - Dairy postDate - 9/18/2007 And I want to Change it to: Title - Cheese Category - Dairy postDate - 9/18/2007 I want this page to display the information (before it is updated) in the edit field. So right now I have this <input name=title value="<?PHP echo $rows['deal_title'];?>"/> What I am doing here, with the sql information excluded of course, is pull out the title of a row that was selected. the information comes out but not well. One of the many input type "text" boxes are for inputting html links such as http://www.domain.com/ and the title would be used with html code as well (for visual formatting on the web page). What ends up happening is when the information is first pulled from the database to fill in the values, after certain html characters (like > after <font...) the rest of information spills out of the text box and becomes uneditable because of this. Most of the code is also gone even though it is in the database. How do I overcome this? Links to any relevant information would be fine. Thanks in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.