Page 1 of 1

Content Creation

Posted: Fri Jan 27, 2006 1:44 pm
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;
}

Re: Content Creation

Posted: Fri Jan 27, 2006 8:32 pm
by lemkepf
That would be nice. :)

Re: Content Creation

Posted: Sat Jan 28, 2006 12:27 am
by Ted
Javascript?  But that's SO 1997.  ;)

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

Re: Content Creation

Posted: Sat Jan 28, 2006 10:45 am
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);

Re: Content Creation

Posted: Sat Jan 28, 2006 3:32 pm
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.