mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-30 11:39:25 -07:00
r131
редактирование постов на ajax git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@131 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
9a74db01ed
commit
fd0a216a89
6 changed files with 200 additions and 40 deletions
|
@ -1,5 +1,9 @@
|
|||
// BBCode control. (based on bbcode.js from http://forum.dklab.ru)
|
||||
function BBCode(textarea) { this.construct(textarea) }
|
||||
function BBCode(obj)
|
||||
{
|
||||
textarea = document.getElementById(obj);
|
||||
this.construct(textarea);
|
||||
}
|
||||
BBCode.prototype = {
|
||||
VK_TAB: 9,
|
||||
VK_ENTER: 13,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue