比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...


Drag and drop the component directly onto the highest container or Panelgrid of the Salesforce Layout or the Free Layout.
After deploying to your Salesforce organization, the hand input field is active when the screen is shown.
After inputting value in hand input field, the user must press the [Set] button to save the image.

   【Hand input field Before[Set]】               【Hand input field After[Set]】
        

Button

Picture

Setting detail

Set

Saves the captured image to the field

Clear

Reset the drawing canvas.

Font Tool Setting

Show dialog for changing the font of the drawing brush

Rewrite

Delete a fixed picture to redo the hand input.
※A confirmation dialog will be shown.

 【End User's Font Tool setting dialog】
 Image RemovedImage Added

Button

Image

Setting detail

Set

Sets the font tool setting to the selected values

Cancel

Close the dialog without applying the font tool settings


Setting

Setting detail

font weight [2px]

Set the thickness of the brush to 2px

font weight [3px]

Set the thickness of the brush to 3px
※Default setting

font weight [4px]

Set the thickness of the brush to 4px

EraserImage Added

Sets an eraser that can partially delete handwritten lines.
The size of the eraser can be changed by adding the following process to the page script function

コード ブロック
languagejs
themeMidnight
// When setting the size to 50px
SkyEditor.eraserSize = 50;


font color [Black]

Set brush color to black
※Default setting

font color [Red]

Set brush color to red

font color [Blue]

Set brush color to blue

font color [Green]

Set brush color to green

...