Skip to content

Georgian Keyboard ( მხედრული/Mkhedruli, ასომთავრული/Asomtavruli, ნუსხური/Nuskhuri )

Notifications You must be signed in to change notification settings

nanobash/GEOKEY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GEOKEY JavaScript Framework

Full Georgian Keyboard ( მხედრული/Mkhedruli, ასომთავრული/Asomtavruli, ნუსხური/Nuskhuri )

Framework Supports All Georgian Alphabets From Ancient Times.

In Modern Alphabet(Mkhedruli) Ancient Characters Are Included.

Besides Writing With Desired Alphabet, Text Conversion Is Supported As Well. Enjoy ...

Demonstration

Georgian Keyboard 1.0 Instructions

Terms Of Initialization

Four Parameters Required
	check: true/false/null NOTE*: true => chbox field is neccessary and it's functional , false => chbox field is neccessary but not it isn't functional, null => chbox isn't neccessary and it isn't functional 
	chbox: Checkbox ID
	field: Filed ID
	type : 1 Mkhedruli, 2 Asomtavruli, 3 Nuskhuri

Functions On Instances
	on(element,event,handler)
	transcript(text,from,to,handler) NOTE*: from parameter must be 0/1/2/3/4, to parameter must be 1/2/3
	type() NOTE*: Returns type of an parameter
	info() NOTE*: Returns basic information on instance

NOTE*: Argument Must Be An Object As Is Shown Below

For Example:
	new GEOKEY({"check" : true , "chbox" : "a" , "field" : "a_txt" , "type" : 1});
	
For multiple forms:
	new GEOKEY({"check" : true , "chbox" : "a" , "field" : ["a_txt", "b_txt"] , "type" : 1});

About

Georgian Keyboard ( მხედრული/Mkhedruli, ასომთავრული/Asomtavruli, ნუსხური/Nuskhuri )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published