GENERATOR FORM HTML BERBASIS TABEL DENGAN PEMROGRAMAN BERORIENTASI OBJEK
Main Author: | Wijana, Katon |
---|---|
Format: | Article info Book application/pdf Journal |
Bahasa: | ind |
Terbitan: |
Fakultas Teknologi Informasi
, 2019
|
Subjects: | |
Online Access: |
https://jutei.ukdw.ac.id/index.php/jurnal/article/view/147 https://jutei.ukdw.ac.id/index.php/jurnal/article/view/147/39 |
Daftar Isi:
- Untuk menambahkan data pada tabel memakai aplikasi berbasis web diperlukan antarmuka grafis yang berupa Form HTML. Tiap field/atribut tabel memerlukan kontrol form yang sesuai dalam rangka meminimalkan kesalahan data yang akan dimasukkan. Ada keterkaitan antara tipe data suatu field pada tabel dengan jenis kontrol form yang digunakan, sehingga antarmuka grafis yang berupa Form HTML dapat dibuat secara otomatis.Ada bermacam-macam kontrol Form HTML yang berupa tag, pada umumnya berupa tag input. Yang membedakan antara kontrol form satu dengan yang lain adalah atribut : type, size, value sehingga untuk menentukan jenis dan isi kontrol form dapat diberikan melalui parameter-parameter.Form dapat dipandang sebagai suatu objek yang di dalamnya mempunyai banyak objek yang lain yaitu berupa kontrol-kontrol form. Dengan paradigma Pemrograman Berorientasi Objek (PBO) generator Form HTML ini dapat diwujudkan.Melalui meta data dari suatu tabel, akan dapat diperoleh jenis kontrol form HTML yang sesuai, namun untuk tiap tipe data terentu dapat mempunyai kandidat kontrol form yang sesuai, oleh karena itu sebelum Form HTML dibuat oleh generator, perlu ada sedikit campur tangan pemakai untuk mendapatkan antarmuka Form HTML yang dikehendaki.
- To insert new data into a database table using a web-based application, a graphical user interface in the form of HTML Form is required. Each table field / attribute requires an appropriate form control in order to minimize data errors that will be entered. There is a relation between the data type of a field in the table with the type of form control to be used, therefore the graphical user interface in the form of HTML Form can be created automatically. There are various control forms of HTML in the form of tags, generally in the form of input tags. What distinguishes the form control from one to another is the attribute: type, size, value therefore to determine the type and content of form controls can be given through parameters. HTML Form can be regarded as an object which has many other objects in the form of form controls. Object Oriented Programming (OOP) paradigm it can be implemented to build HTML Form. Through meta data from a table, it will be able to obtain the appropriate HTML form control, but for each specific data type it can have the appropriate form control candidate, therefore before Form HTML is created by the generator, there should be a little user intervention to get the interface The desired HTML form.