Jaswin Changelog

What's new in Jaswin 1.0.9

May 3, 2018
  • textbox.js: Bug fix
  • calendar.js: Add an option of call back function without textbox

New in Jaswin 1.0.8 (Feb 27, 2018)

  • jaswin.js: Add setActive method is added to Global
  • jaswin.js: Add showToolBar method is added to Global
  • jaswin.js: Add hideToolBar method is added to Global
  • frame.js: Add center position
  • frame.js: Add showToolBar method is added to Global
  • frame.js: Add hideToolBar method is added to Global
  • label.js: setFontFamily method is added to Label
  • textbox.js: setFontSize method is added to TextBox
  • textbox.js: setFontFamily method is added to TextBox
  • textbox.js: setFontSize method is added to EditBox
  • textbox.js: setFontColor method is added to EditBox
  • textbox.js: setFontFamily method is added to EditBox
  • textbox.js: Enable EditBox to input tab indent
  • textbox.js: Add an argument of constructor for keydown call back function to EditBox
  • textbox.js: setKeyDownEvent method is added to EditBox
  • toolbar.js: isVisible method is added to EditBox
  • toolbar.js: show method is added to EditBox
  • toolbar.js: hide method is added to EditBox
  • calendar.js: Add a new control Calendar which enables to input date easily

New in Jaswin 1.0.5 (Jun 15, 2016)

  • jaswin.js: Support edge browser
  • net.js: setData method is added to DownloadHole

New in Jaswin 1.0.4 (Jun 15, 2016)

  • list.js: Sort methods are added to ListBox and ComboBox
  • panel.js: Size can be set to Panel after created
  • panel.js: A new style(align right) is added to Tab
  • panel.js: Background color can be set to each item of Tab
  • listview.js: Height can be set to each row of ListView
  • listview.js: Subheaded style is added to ListView

New in Jaswin 1.0.3 (Jun 15, 2016)

  • list.js: Pop up style is added to ListBox
  • textbox.js: Focus/blur/input events are added to TextBox and EditBox
  • A property of unusable characters is added to TextBox
  • A property of suggestion list(jaswin.list.ListBox) is added to TextBox and EditBox
  • panel.js: Parent node of context menu is changed from Panel/GroupBox to parent window
  • listview.js: Parent node of context menu is changed from ListView to parent window
  • treeview.js: Parent node of context menu is changed from TreeView to parent window
  • A property of TextBox for editing label to TreeView and Node label can be edited

New in Jaswin 1.0.2 (Jun 15, 2016)

  • menu.js: Z-index of menu is fixed
  • list.js: Z-index of combobox is fixed
  • panel.js: Pop up parameter is added to Panel

New in Jaswin 1.0.1 (Jun 15, 2016)

  • menu.js: Bug fix
  • frame.js: "bHideOnCreate" argument of constructor is addedrelated(jaswin.js, panel.js, message.js)
  • listview.js: Enable to add control directly