Skip to content

Commit

Permalink
Deployed 64091a1 to 0.1 with MkDocs 1.6.0 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromberg committed Aug 31, 2024
1 parent f5dcd5f commit 27dacfc
Show file tree
Hide file tree
Showing 38 changed files with 1,321 additions and 109 deletions.
45 changes: 42 additions & 3 deletions 0.1/ObjectRef/ApexChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,10 +1329,49 @@

<h1 id="apexchart">ApexChart</h1>
<p>The EWC implementation of ApexChart supports the following properties:</p>
<p>| ChartType | Options | Series | |
| Event | Posn | Size | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>ChartType</td>
<td>Options</td>
<td>Series</td>
<td></td>
</tr>
<tr>
<td>Event</td>
<td>Posn</td>
<td>Size</td>
<td></td>
</tr>
</tbody>
</table>
<p>Supported events:</p>
<p>| click | legendclick | | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>click</td>
<td>legendclick</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>



Expand Down
19 changes: 18 additions & 1 deletion 0.1/ObjectRef/BitMap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,24 @@

<h1 id="bitmap">BitMap</h1>
<p>The EWC implementation of BitMap has some degree of support for:</p>
<p>| File | Size | | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>File</td>
<td>Size</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>



Expand Down
52 changes: 48 additions & 4 deletions 0.1/ObjectRef/Button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,14 +1329,58 @@

<h1 id="button">Button</h1>
<p>The EWC implementation of Button has some degree of support for:</p>
<p>| Align | Event | <em>Size | Styles |
| Attach | Picture | </em>State | Visible |
| Caption | *Posn | Style | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Align</td>
<td>Event</td>
<td>*Size</td>
<td>Styles</td>
</tr>
<tr>
<td>Attach</td>
<td>Picture</td>
<td>*State</td>
<td>Visible</td>
</tr>
<tr>
<td>Caption</td>
<td>*Posn</td>
<td>Style</td>
<td></td>
</tr>
</tbody>
</table>
<ul>
<li>indicates that the property can change after it has been set.</li>
</ul>
<p>Supported events:</p>
<p>| KeyPress | Select | | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>KeyPress</td>
<td>Select</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>



Expand Down
33 changes: 30 additions & 3 deletions 0.1/ObjectRef/Circle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,9 +1329,36 @@

<h1 id="circle">Circle</h1>
<p>The EWC implementation of Circle has some degree of support for:</p>
<p>| ArcMode | FStyle | Radius | |
| End | FillCol | Start | |
| FCol | Points | Visible | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>ArcMode</td>
<td>FStyle</td>
<td>Radius</td>
<td></td>
</tr>
<tr>
<td>End</td>
<td>FillCol</td>
<td>Start</td>
<td></td>
</tr>
<tr>
<td>FCol</td>
<td>Points</td>
<td>Visible</td>
<td></td>
</tr>
</tbody>
</table>



Expand Down
94 changes: 84 additions & 10 deletions 0.1/ObjectRef/Classes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,17 +1329,91 @@

<h1 id="supported-features">Supported Features</h1>
<p>EWC has some degree of support for the following ⎕WC classes:</p>
<p>| <a href="../BitMap/">BitMap</a> | <a href="../Grid/">Grid</a> | <a href="../Menu/">Menu</a> | <a href="../SubForm/">SubForm</a> |
| <a href="../Button/">Button</a> | <a href="../Group/">Group</a> | <a href="../MenuBar/">MenuBar</a> | <a href="../TabButton/">TabButton</a> |
| <a href="../Circle/">Circle</a> | <a href="../Icon/">Icon</a> | <a href="../MenuItem/">MenuItem</a> | <a href="../TabControl/">TabControl</a> |
| <a href="../Combo/">Combo</a> | <a href="../Image/">Image</a> | <a href="../MsgBox/">MsgBox</a> | <a href="../Text/">Text</a> |
| <a href="../Edit/">Edit</a> | <a href="../ImageList/">ImageList</a> | <a href="../Poly/">Poly</a> | <a href="../Timer/">Timer</a> |
| <a href="../Ellipse/">Ellipse</a> | <a href="../Label/">Label</a> | <a href="../Rect/">Rect</a> | <a href="../TreeView/">TreeView</a> |
| <a href="../Font/">Font</a> | <a href="../List/">List</a> | <a href="../Scroll/">Scroll</a> | |
| <a href="../Form/">Form</a> | <a href="../ListView/">ListView</a> | <a href="../Splitter/">Splitter</a> | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="../BitMap/">BitMap</a></td>
<td><a href="../Grid/">Grid</a></td>
<td><a href="../Menu/">Menu</a></td>
<td><a href="../SubForm/">SubForm</a></td>
</tr>
<tr>
<td><a href="../Button/">Button</a></td>
<td><a href="../Group/">Group</a></td>
<td><a href="../MenuBar/">MenuBar</a></td>
<td><a href="../TabButton/">TabButton</a></td>
</tr>
<tr>
<td><a href="../Circle/">Circle</a></td>
<td><a href="../Icon/">Icon</a></td>
<td><a href="../MenuItem/">MenuItem</a></td>
<td><a href="../TabControl/">TabControl</a></td>
</tr>
<tr>
<td><a href="../Combo/">Combo</a></td>
<td><a href="../Image/">Image</a></td>
<td><a href="../MsgBox/">MsgBox</a></td>
<td><a href="../Text/">Text</a></td>
</tr>
<tr>
<td><a href="../Edit/">Edit</a></td>
<td><a href="../ImageList/">ImageList</a></td>
<td><a href="../Poly/">Poly</a></td>
<td><a href="../Timer/">Timer</a></td>
</tr>
<tr>
<td><a href="../Ellipse/">Ellipse</a></td>
<td><a href="../Label/">Label</a></td>
<td><a href="../Rect/">Rect</a></td>
<td><a href="../TreeView/">TreeView</a></td>
</tr>
<tr>
<td><a href="../Font/">Font</a></td>
<td><a href="../List/">List</a></td>
<td><a href="../Scroll/">Scroll</a></td>
<td></td>
</tr>
<tr>
<td><a href="../Form/">Form</a></td>
<td><a href="../ListView/">ListView</a></td>
<td><a href="../Splitter/">Splitter</a></td>
<td></td>
</tr>
</tbody>
</table>
<p>In addition, EWC adds the following classes not supported by ⎕WC:</p>
<p>| <a href="../ApexChart/">ApexChart</a> | <a href="../RibbonButton/">RibbonButton</a> | <a href="../RibbonGroup/">RibbonGroup</a> | |
| <a href="../Ribbon/">Ribbon</a> | <a href="../RibbonButtonGroup/">RibbonButtonGroup</a> | <a href="../RibbonGroupItem/">RibbonGroupItem</a> | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="../ApexChart/">ApexChart</a></td>
<td><a href="../RibbonButton/">RibbonButton</a></td>
<td><a href="../RibbonGroup/">RibbonGroup</a></td>
<td></td>
</tr>
<tr>
<td><a href="../Ribbon/">Ribbon</a></td>
<td><a href="../RibbonButtonGroup/">RibbonButtonGroup</a></td>
<td><a href="../RibbonGroupItem/">RibbonGroupItem</a></td>
<td></td>
</tr>
</tbody>
</table>
<p>See EWC.Doc.Details 'classname' for more details</p>


Expand Down
45 changes: 42 additions & 3 deletions 0.1/ObjectRef/Combo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,13 +1329,52 @@

<h1 id="combo">Combo</h1>
<p>The EWC implementation of Combo has some degree of support for:</p>
<p>| Attach | Items | <em>SelItems | </em>Text |
| Event | <em>Posn | </em>Size | Visible |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Attach</td>
<td>Items</td>
<td>*SelItems</td>
<td>*Text</td>
</tr>
<tr>
<td>Event</td>
<td>*Posn</td>
<td>*Size</td>
<td>Visible</td>
</tr>
</tbody>
</table>
<ul>
<li>indicates that the property can change after it has been set.</li>
</ul>
<p>Supported events:</p>
<p>| Select | | | |</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Select</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>



Expand Down
Loading

0 comments on commit 27dacfc

Please sign in to comment.