Bootstrap

Version 5.0.49

by 管理者 / 2022年01月19日 / アップデート情報
タグ: , , ,

Site Setup

  • Add –Support for Microsoft Online Accounts.  The Account type is Microsoft
  • Add – New User right click menu item to add the current user account
  • Add – Accounts that have blank passwords are now shown in orange

Web Channel

  • New – Data Entry Forms will now show an Editor tool bar for data that is of type HTML in the Datamodel.   The tool bar will allow documents to be created with various HTML style formatting like indenting, colours, fonts, links and tables.  The data is still saved as raw HTML when being saved into the database.

Studio

  • New – Tag to reference Include document file content from a process such as StateValues, JavaScript and SQL.  This allows files like JavaScript, HTML, XML and SQL to be edited externally to Studio.  On saving the Datamodel Studio will auto sync and import the file.   The file content is then pulled into the process by using a tag /*SharperLight:ResourceImport=IncludeFileCode*/
  • New – JavaScript function to reference include document file content from a JavaScript process.  This allows files like JavaScript, JSON, XML and SQL to be edited externally to Studio.  On saving the Datamodel Studio will auto sync and import the file.   The file content is then retrieved by calling the JavaScript function context.ResourceImport(“IncludeFileCode”)