Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
616 views
in Q2A Core by
Where is this file located.

Just thought we would have a play with jWysiwyg and try and formulate some kind of integration

http://code.google.com/p/jwysiwyg/wiki/Introduction
by
Noted in: qa-theme-base.php

about line: 808

{
            $this->output('<TEXTAREA '.@$field['tags'].' ROWS="'.(int)$field['rows'].'" COLS="40" CLASS="qa-form-'.$style.'-text">'.@$field['value'].'</TEXTAREA>');
        }
by
I wish implement google transliteration, where to put it? If I replace text area with the code for transliteration, am getting error

Please log in or register to answer this question.

...