Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 454 Bytes

CHANGELOG.md

File metadata and controls

19 lines (17 loc) · 454 Bytes

Scratch.js

2018-11-08 08:22

v0.2 added popup function, using style.css as modif-able class

Sample usage:

	var msg='hello';				
	var objButton={
		cancel	:function(){popup_close()},
		ok	:function(){savetask(parent_id,rowIdx)}
	};
	popup_alert(msg,objButton);

Functions:

  • popup_alert(msg,object_button),
  • popup_button(array_button_as_callback_function),
  • popup_close()
v0.2 added "ls" as localStorage object