FormConstructor

FormConstructor 1.1.2

terentev

Member
qPexLegendary submitted a new resource:

FormConstructor - Library for easy creating and handling of forms

View attachment 3197
Introduction

Library is designed to simplify the creation and handling of forms.
It has a few key advantages over other form libraries:

  • Forms are processed using a lambda, which is passed when the form itself is created, and not by catching events.
  • For each button we can set a lambda function in SimpleForm.
  • In SimpleForm we get a button object as a response, where we can get its text and index.
  • In CustomForm we can mark elements...
Read more about this resource...
 
Top