Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
db9a2ea9
Commit
db9a2ea9
authored
Nov 06, 2006
by
Rinus Plasmeijer
Browse files
*** empty log message ***
parent
bac80f1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/htmlGEC/htmlSettings.dcl
0 → 100644
View file @
db9a2ea9
definition
module
htmlSettings
import
htmlHandler
// Global settings of iData applications
class
iData
a
// The collection of generic functions needed to make iData:
|
gForm
{|*|}
// Creates an Html Form
,
gUpd
{|*|}
// Makes it possible to edit the form and updates the corresponding value
,
gPrint
{|*|}
// To serialize a form to a String
,
gParse
{|*|}
// To de-serialize the string back to a value
,
gerda
{|*|}
// To store and retrieve a value in a database
,
TC
a
// To be able to store values in a dynamic
// TC is a special class cannot be included here
TraceInput
:==
False
// set it to True if you want to see what kind of information is stored
MyDataBase
:==
"iDataDatabase"
// name of database being used by iData applications
libraries/htmlGEC/htmlSettings.icl
0 → 100644
View file @
db9a2ea9
implementation
module
htmlSettings
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment