last update : '24/04/17() 14:00:48
( 1years ago )
or:
Clip to Evernote
このエントリーをはてなブックマークに追加
x
  • Welcome ECDB description
    • What is EC Description
  • 1. ECBOOK
    • 1.1. List of Properties
    • 1.2. Structures
      • 1.2.1 Parameter
      • 1.2.2 Types
      • 1.2.3 Element Styles
    • 1.3. Styles
    • 1.4. Events
      • beforeLaunch
      • beforeLogout
      • beforeSaveForm
      • beforeShowForm
      • beforeShowTable
      • beforeShowTableBody
      • berforeChangeForm
      • beforeShowTableHead
      • berforeShowMatrix
      • onBroadcast
      • onChangeForm
      • onChangeMode
      • onDrawTable
      • onGetForm
      • onIndexEnd
      • onLoadForm
      • onPutForm
      • onSaveForm
      • onShowView
    • 1.5. Form Buttons
    • 1.6. Table Buttons
    • 1.7. Data Operation
      • 1.7.1. Data Operation
      • x.Get
      • x.Put
      • x.Del
      • x.Remove
      • x.Count
      • x.Find
      • x.Remove
      • x.MapReduce
      • x.createIndex
      • x.DropCollection
    • 1.8. Form Operation
      • x.AppendFormButtonAfter
      • x.AppendFormButtonBefore
      • x.AppendTableButtonAfter
      • x.AppendTableButtonBefore
      • x.BenchVal
      • x.Button
      • x.CenterText
      • x.CheckForm
      • x.ClearForm
      • x.clearForm
      • x.CopyValue
      • x.CreatedLines
      • x.DelForm
      • x.DeleteButton
      • x.DialogDiv
      • x.Disabled
      • x.Divide
      • x.DomName
      • x.DOMVal
      • x.DrawTable
      • x.EditForm
      • x.Enabled
      • x.EnterElems
      • x.excelTable
      • x.executable
      • x.exportTable
      • x.FirstForm
      • x.ForkForm
      • x.Form
      • x.FormButton
      • x.FormPosition
      • x.GetForm
      • x.GetRow
      • x.GetValue
      • x.HideForm
      • x.HideFormButton
      • x.HideTableButton
      • x.HideRow
      • x.HideTable
      • x.importTable
      • x.InitForm
      • x.InlineDiv
      • x.InlineForm
      • x.InlineFrame
      • x.InlineRichtext
      • x.InlineScript
      • x.InlineTable
      • x.InlineText
      • x.Input
      • x.InputMatrix
      • x.InputOf
      • x.InsertButton
      • x.JustSaveForm
      • x.JustSaveForm
      • x.Key
      • x.Label
      • x.LabelOf
      • x.LastForm
      • x.LeftText
      • x.LineNumber
      • x.LoadForm
      • x.LockedButton
      • x.MatrixBody
      • x.MatrixCount
      • x.MatrixHead
      • x.MatrixLength
      • x.MatrixLine
      • x.MatrixPosition
      • x.NewForm
      • x.NextForm
      • x.PrevForm
      • x.PrintForm
      • x.Prop
      • x.PutForm
      • x.PutValue
      • x.QuitForm
      • x.QuitForm
      • x.readable
      • x.ReadForm
      • x.RedoForm
      • x.RedrawForm
      • x.RefreshForm
      • x.RemoveForm
      • x.RemoveFormButton
      • x.RemoveTableButton
      • x.ResaveForm
      • x.ResetForm
      • x.resetForm
      • x.RightText
      • x.SaveForm
      • x.saveForm
      • x.ShowForm
      • x.ShowFormButton
      • x.ShowTableButton
      • x.ShowRow
      • x.ShowTable
      • x.StaticLength
      • x.SwapValue
      • x.TabBody
  • 2. ECDB
    • 2.1. List of Properties
      • ECDB.Base64
      • ECDB.Debug
      • ECDB.GetCSS
      • ECDB.GetHTML
      • ECDB.HTML
      • ECDB.Image
      • ECDB.Include
      • ECDB.Require
      • ECDB.Require_once
      • ECDB.TODO
      • ECDB.backgroundImage
    • 2.2. Structures
    • 2.3. Styles
    • 2.4. Events
    • 2.5. Prototypes
      • x.BOOK
      • x.Body
      • x.DOM
      • x.Divide
      • x.Foot
      • x.Head
      • x.Multiple
      • x.Separate
      • x.SetTitle
  • 3. Other namespaces
    • 3.1. Translate ($d)
    • 3.2. Functions
    • 3.3 Utilities
      • Synquery.getScripts
      • Synquery.getRawScript
      • Synquery.getObject
  • 4. Links
    • 4.1 Sites
      • Synquery web-platform
    • 4.2 Documents
      • Explains
      • Info
      • Reference
      • Terms
      • x.TabHead
      • x.Table
      • x.TableBody
      • x.TableButton
      • x.TableHead
      • x.Tbody
      • x.Thead
      • x.TitleBar
      • x.UndoForm
      • x.UpdateTable
      • x.Value
      • x.Values
      • x.View
      • x.WriteDOM
      • x.WriteForm
      • x.writable

      1. ECBOOK

      <object::BOOK> ::= {
       title: <string::titleName>,
      [ db: <string::databaseName>, ]
       table: <string::tableName>, 
       structure: [ <array::Element>, ... ]
      [ , list: <string::tableListName> ]
      [ , style: <object:: style parameters> ]
      [ , translate: <object::translationDictionary> ] 
      [ , print: <object/function::printFunctions> ]
      [ , beforeShowForm: <function> ]
      [ , beforeShowMatrix: <function> ]
      [ , onChangeForm: <function> ]
      [ , beforeSaveForm: <function> ]
      [ , beforeShowTableHead: <function> ]
      [ , beforeShowTableBody: <function> ] ...
      }
      <array::Element> ::= [
      <string::name>, // element name 
      <string::label>, // label to display
      <string::type>, // element type
      <value>, // element value
      <object::property>, // element property
      <width> // element width (percentage)
      ]

      • ■ 1.1. List of Properties

      • ■ 1.2. Structures

        • 1.2.1 Parameter

        • 1.2.2 Types

        • 1.2.3 Element Styles

      • ■ 1.3. Styles

      • ■ 1.4. Events



        • beforeLaunch

        • beforeLogout

        • beforeSaveForm

        • beforeShowForm

        • beforeShowTable

        • beforeShowTableBody

        • berforeChangeForm

        • beforeShowTableHead

        • berforeShowMatrix

        • onBroadcast

        • onChangeForm

        • onChangeMode

        • onDrawTable

        • onGetForm

        • onIndexEnd

        • onLoadForm

        • onPutForm

        • onSaveForm

        • onShowView

      • ■ 1.5. Form Buttons

      • ■ 1.6. Table Buttons

      • ■ 1.7. Data Operation

        • 1.7.1. Data Operation

        • x.Get

        • x.Put

        • x.Del

        • x.Remove

        • x.Count

        • x.Find

        • x.Remove

        • x.MapReduce

        • x.createIndex

        • x.DropCollection

      • ■ 1.8. Form Operation

        • x.AppendFormButtonAfter

        • x.AppendFormButtonBefore

        • x.AppendTableButtonAfter

        • x.AppendTableButtonBefore

        • x.BenchVal

        • x.Button

        • x.CenterText

        • x.CheckForm

        • x.ClearForm

        • x.clearForm

        • x.CopyValue

        • x.CreatedLines

        • x.DelForm

        • x.DeleteButton

        • x.DialogDiv

        • x.Disabled

        • x.Divide

        • x.DomName

        • x.DOMVal

        • x.DrawTable

        • x.EditForm

        • x.Enabled

        • x.EnterElems

        • x.excelTable

        • x.executable

        • x.exportTable

        • x.FirstForm

        • x.ForkForm

        • x.Form

        • x.FormButton

        • x.FormPosition

        • x.GetForm

        • x.GetRow

        • x.GetValue

        • x.HideForm

        • x.HideFormButton

        • x.HideTableButton

        • x.HideRow

        • x.HideTable

        • x.importTable

        • x.InitForm

        • x.InlineDiv

        • x.InlineForm

        • x.InlineFrame

        • x.InlineRichtext

        • x.InlineScript

        • x.InlineTable

        • x.InlineText

        • x.Input

        • x.InputMatrix

        • x.InputOf

        • x.InsertButton

        • x.JustSaveForm

        • x.JustSaveForm

        • x.Key

        • x.Label

        • x.LabelOf

        • x.LastForm

        • x.LeftText

        • x.LineNumber

        • x.LoadForm

        • x.LockedButton

        • x.MatrixBody

        • x.MatrixCount

        • x.MatrixHead

        • x.MatrixLength

        • x.MatrixLine

        • x.MatrixPosition

        • x.NewForm

        • x.NextForm

        • x.PrevForm

        • x.PrintForm

        • x.Prop

        • x.PutForm

        • x.PutValue

        • x.QuitForm

        • x.QuitForm

        • x.readable

        • x.ReadForm

        • x.RedoForm

        • x.RedrawForm

        • x.RefreshForm

        • x.RemoveForm

        • x.RemoveFormButton

        • x.RemoveTableButton

        • x.ResaveForm

        • x.ResetForm

        • x.resetForm

        • x.RightText

        • x.SaveForm

        • x.saveForm

        • x.ShowForm

        • x.ShowFormButton

        • x.ShowTableButton

        • x.ShowRow

        • x.ShowTable

        • x.StaticLength

        • x.SwapValue

        • x.TabBody

          ©2010-2025 株式会社 東雲 (East Cloud Inc.) All right reserved.