Sha256: 605e743ffaa57eda3ef12610be987225d98ab87673258197d77c8fca79f85d59
Contents?: true
Size: 1.29 KB
Versions: 93
Compression:
Stored size: 1.29 KB
Contents
PostingField: field_label = "Posting" xtype = ":combo" name = "pt_name" store = [lp.name for lp in Marty::Posting.get_latest(10)] value = store[0] ###################################################################### PostingField1: PostingField field_label = "Posting 1" name = "pt_name1" PostingField2: PostingField field_label = "Posting 2" name = "pt_name2" ###################################################################### ClassListField: field_label = "Tables" xtype = ":multiselectcombo" name = "class_list" store = Marty::DataChange.class_list ClassField: ClassListField xtype = ":combo" name = "class_name" store = Marty::DataChange.class_list ###################################################################### JsonField: xtype = ":textareafield" name = "json_field" field_label = "JSON" auto_scroll = true spellcheck = false field_style = { "font_family": 'courier new', "font_size": '12px' } height = 400 CsvField: JsonField field_label = "CSV" name = "csv_field" TextField: xtype = ":textfield" field_label = "Text" name = "text_field"
Version data entries
93 entries across 93 versions & 1 rubygems