11INTRODUCTION
22
3- See demo.html. Or here: http://chrisdone.com/jquery-console/demo.html
3+ See demo.html. Or here: http://chrisdone.com/jquery-console/
44
55Options available:
66
@@ -18,6 +18,10 @@ Options available:
1818
1919 promptLabel string Prompt string like 'JavaScript> '.
2020
21+ cols integer the number of cols, this value is only
22+ used by the command completion to format
23+ the list of results.
24+
2125 commandValidate function When user hits return, validate
2226 whether to trigger commandHandle and
2327 re-prompt.
@@ -30,6 +34,10 @@ Options available:
3034 to report a result of the command
3135 asynchronously.
3236
37+ commandComplete function Handle the command completion when the
38+ tab key is pressed. It returns a list
39+ of string completion suffixes.
40+
3341 animateScroll bool Whether to animate the scroll to
3442 top. Currently disabled.
3543
@@ -39,6 +47,9 @@ Options available:
3947
4048 cancelHandle function Handle a user-signaled interrupt.
4149
50+ fadeOnReset bool Whether to trigger a fade in/out when
51+ the console is reset. Defaults to true.
52+
4253LICENSE
4354
4455Copyright 2010 Chris Done, Simon David Pratt. All rights reserved.
@@ -68,5 +79,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
6879LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
6980ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
7081POSSIBILITY OF SUCH DAMAGE.
71-
72-
0 commit comments