Page 1 of 1

Add CHARDESC button!

Posted: Wed Mar 27, 2013 9:55 pm
by Otherside
Hey folks,

Just an idea for a quick button to append " (<CANTR CHARDESC>)" to the character name field.

It works in this example, don't know if there's room or if it's been tried before but it would be handy!

Code: Select all

<html>
<head>
        <script language="javascript">
        <!--
  function insertText()
  {     
         document.frm.box.value=document.frm.box.value+" (<CANTR CHARDESC>)";
  }
        //-->
        </script>
</head>
<body>
        <form name="frm">
  <input type="text" name="box" />
  <input type="button" name="insertTxt" onClick="insertText();" value="Add CHARDESC"/>
        </form>
</body>
</html>

Re: Add CHARDESC button!

Posted: Wed Mar 27, 2013 9:59 pm
by Misato
Yes! :D

I am so lazy I just hate typing it in all the time when I meet a new char. I would love the button. Really love it. lol

Re: Add CHARDESC button!

Posted: Thu Mar 28, 2013 9:11 am
by Otherside
Aye I'm especially lazy with names when I play on mobile too just because Android cut and paste is a pain! It doesn't even let me select the text with the lovely green and orange theme!

Re: Add CHARDESC button!

Posted: Thu Mar 28, 2013 12:35 pm
by EchoMan
Good idea. I love these small little things that makes life easier. :)

Re: Add CHARDESC button!

Posted: Thu Mar 28, 2013 2:19 pm
by Greek
No opinion, as I never used <CHARDESC> anyway.

Re: Add CHARDESC button!

Posted: Thu Mar 28, 2013 2:24 pm
by EchoMan
The current text (that I always copy paste) could simply be replaced by the button.

Re: Add CHARDESC button!

Posted: Mon Apr 22, 2013 10:39 pm
by Snickie
Especially handy for those of us who have had to suffer through Android's latest system update that completely messed up the keyboard settings. :)

Re: Add CHARDESC button!

Posted: Thu Apr 24, 2014 8:30 pm
by kicking jay
Shouldn't this be moved to implemented?

Re: Add CHARDESC button!

Posted: Thu Apr 24, 2014 8:38 pm
by Greek
Yes, thanks.