Content Creation

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
jcbroad

Content Creation

Post by jcbroad »

Just a quick simple idea on future versions of CMSMS/

When adding new pages/content whatever, it would make life that little bit easier if some "onkeyup" or whatever javascript function was put on the title field that would duplicate onto the menu text field in order to often avoid repetition?

ie:

Code: Select all

duplicateText(){
  var storedText;
  storedText = this.value;
  form.menutextfieldname.value = storedText;
}
lemkepf
Forum Members
Forum Members
Posts: 163
Joined: Tue Oct 18, 2005 8:30 pm

Re: Content Creation

Post by lemkepf »

That would be nice. :)
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Content Creation

Post by Ted »

Javascript?  But that's SO 1997.  ;)

Actually, it's a really good idea.  We should probably put that in.
jcbroad

Re: Content Creation

Post by jcbroad »

come on you guys, you know JS can be cool. These days actually people are doing some pretty good stuff with it eg (ajax);
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Content Creation

Post by Ted »

:) I know.  I'm just messing around because our admin is so simple (stock html, no javascript).  We should start looking into ways to automate some processes like you suggested above.
Post Reply

Return to “Developers Discussion”