Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The control is FAB specific to allow drag and drop of excel files and set the data to a table control

Properties of Excel Drop

  1. Id - unique identifier of the control
  2. Title - Text displayed in the control before an excel file has been dropped
  3. From Sheet - this is the Excel Worksheet name where the control will look for the data. Take note that the Excel Worksheet should have the first row as a heading/column names and these should exactly correspond to the Bound Field names of the Table  Cells
  4. To Table Bound Field - The Table Control Bound Field where the data will be assigned.
  5. OnDrop - optional Javascript Function that will be called during the event of dropping an Excel File into the control
  6. Width - set the width of the control (e.g 50px)
  7. Height - set the height of the control (e.g 100px).
  8. Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property


Step-by-step guide

How to add a HTML

  1. Right click on a Page, Form Element or from any elements under Add Layout and select Add Excel Drop

  2. An Excel Drop control has been added




  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.