Notes element

  • Views Views: 11,835
  • Last updated Last updated:

Navigation

      Access element (+)
      Birthday element
      Button element
      Calculation element
      Captcha element
      Checkbox element
      Colour Picker element
      Count element (+)
      Database join element
      Date element
      Digg element
      Display text element
      Dropdown element
      Facebook Like element
      Field element
      File Upload element
      Folder element
      Google Map element
      Image element
         Image databese join
      Internal id element
      IP element
      J!Date element
      Kaltura element
      Link element
      Notes element
      OpenStreetMap element
      Picklist element
      Radio Button element
      Rating element
      Sequence element
      Slider element
      Tags element
      Textarea element
      Thumbs element
      Time element
      Timer element
      Timestamp element
      Total element
      User element
      User group element
      Video element
      View level element
      YesNo element
      Youtube element
      Akismet validation
      Is Email validation
      Is Not validation
      Is Numeric validation
      Not empty validation
      PHP validation
      Rsa id
  • Introduction​


    The notes element allows you users to make notes on a form/detailed view page, below is an example of the element when rendered in the form:

    notes.png


    Options​

    notes-default.png

    • Default - Default value
    • Eval - should the default be evaluated as a PHP statement

    notes-options.png

    • Connection - Fabrik connection which contains the desired Table
    • Table - Populate the note list with data from this table
    • Id - This fields values will be used for the Lists Options' values
    • Label - This fields values will be used for the drop down Options' labels
    • Foreign Key - The field in the notes table that will hold a reference to the form's row id/primary key
    • Where - Select a where field to filter the displayed notes. When not choosen AND value field is empty then data is not filtered. When chosen the same as foreign key then filtering condition is automatically that FK equals to current PK
    • Where value or statement - If 'where' field selected AND it's not the same as FK: which value the field must have to filter the displayed notes. Must not have quotes! e.g: value_1 <br />Otherwise: custom statement, e.g: (field_1 = 'value1' AND field_2 = 'value2') OR field_3 = 'value3'
    • Order by - An optional field to order the notes by
    • Order direction - In which direction the notes should be ordered
    • User - An optional field which will store the user id
Back
Top