Conversation
* added progress for html * add html component to demo
Handle scalar names
Revert "Handle scalar names"
Merge work from with-support to devt
Statusbar implementation
* Add demo 295 for a DropDown event on Menu This is the behaviour in ⎕WC so gives parity. * Add DropDown event
add cover image to readme
* Adds styling to Upload and Link See Dyalog/ewc-client#282 * Size and Posn should be Dynamic for these They are light wrappers on top of native HTML entities, so the most likely approach is to create them and query whatever size you end up with in the browser. * Add the demo file
- New docs generated - Bug in doc generation function fixed
* Demo for Combo rewrite * Add comment for demo referencing these files
edge style and border properties for group, list, label, edit, and subform
* Utility PropTable function
This is intended to be used to do a quick visual check of a
component to see if PropList and Defaults are aligned and if
Supported and Dynamic are correct.
Example:
EWC.PropTable 'Button'
Property │ Default │ Sup │ Dyn
────────────┼────────────────────────────────────────────────────────────────────────────┼─────┼────
Type │ 'Button' │ ✓ │
Caption │ '' │ ✓ │
Posn │ 37 217 │ ✓ │ ✓
Size │ 23 44 │ ✓ │ ✓
Style │ 'Push' │ ✓ │
Coord │ 'Inherit' │ │
Align │ 'None' │ ✓ │
State │ 0 │ ✓ │ ✓
Default │ 0 │ │
Cancel │ 0 │ │
Border │ 0 │ │
Justify │ 'None' │ │
Active │ 1 │ ✓ │
Visible │ 0 │ ✓ │
Event │ 2⍴0 │ ✓ │
Sizeable │ 0 │ │
Dragable │ 0 │ │
FontObj │ '' │ │
FCol │ 0 │ │
BCol │ 0 │ │
Picture │ '' 3 │ ✓ │
BtnPix │ 3⍴⊂'' │ │
CursorObj │ '' │ │
AutoConf │ 3 │ │
Data │ ⍬ │ │
Attach │ 4⍴⊂'None' │ ✓ │
EdgeStyle │ 'None' │ │
Handle │ 4138750 │ │
Hint │ '' │ │
HintObj │ '' │ │
Tip │ '' │ │
TipObj │ '' │ │
ReadOnly │ 0 │ │
Translate │ 'Inherit' │ │
Accelerator │ 2⍴0 │ │
AcceptFiles │ 0 │ │
KeepOnClose │ 0 │ │
Redraw │ 1 │ │
TabIndex │ 5 │ │
Elevated │ 0 │ │
Note │ '' │ │
MethodList │ 'Detach' 'GetTextSize' 'Animate' 'GetFocus' 'ShowSIP' 'GetFocusObj' 'Ch... │ │
ChildList │ 'Font' 'Poly' 'Ellipse' 'Circle' 'Text' 'Rect' 'Marker' 'Bitmap' 'Curso... │ │
EventList │ 'Close' 'Create' 'DragDrop' 'Configure' 'ContextMenu' 'DropFiles' 'Drop... │ │
PropList │ 'Type' 'Caption' 'Posn' 'Size' 'Style' 'Coord' 'Align' 'State' 'Default... │ │
CSS │ '' │ ✓ │
CssClass │ '' │ ✓ │
* Move Default to end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.