first tentative of adding a field

This commit is contained in:
Jean-Tiare Le Bigot 2012-02-29 21:45:18 +01:00
parent 89d09fa95d
commit 90d2edb2e7
2 changed files with 13 additions and 0 deletions

View file

@ -154,6 +154,10 @@ var padeditbar = (function()
{
ace.ace_doIndentOutdent(true);
}
else if (cmd == "style")
{
alert("TOTO");
}
else if (cmd == 'clearauthorship')
{
if ((!(ace.ace_getRep().selStart && ace.ace_getRep().selEnd)) || ace.ace_isCaret())