Updates to the MoI API of David C Morrill

 From:  bemfarmer
10857.48 
A minor typo in the MoI_v5_API_Documentation.htm file:

Under the ViewPanel class: Note that "bottom" is shown twice, but the second "bottom" should be "back"

Methods
Name Result Arguments
getViewport Viewport
string viewportName
Return the Viewport object for corresponding to the specified viewportName. The legal values for viewportName are:

3d
top
bottom
front
****bottom****
right
left
Note that top and bottom refer to the same viewport. The same is true for front, back and right, left.
*************
I added the BlueFlask icon to the current v5Beta, ui.icons,
and added the API documentation to MoI AppData file under moi_ref directory,
and also modified ui.sidepane to add BlueFlask icon, and have the icon call the API documentation:
code:
<table>
    <tr>
        <td>
            <moi:CommandButton icon="icons/HistoryIcon.png" command="history"><moi:text textid="History"/></moi:CommandButton>
        </td>
        <td>
            <vcenter>
                <moi:CommandButton
                    icon="icons/API_Icon.png"
                    onbuttonclick="moi.filesystem.shellExecute( moi.filesystem.getAppDataDir() + 'moi_ref\\MoI_v5_API_Documentation.htm' );">
                        API ref
                </moi:CommandButton>
            </vcenter>
        </td>
    </tr>
</table>


- Brian

EDITED: 12 Oct 2024 by MICHAEL GIBSON