by Jan Blok » Mon Mar 20, 2006 3:28 pm
We have implemented dev filters under the view menu (in Servoy 3.0b1)
to hide things which are not (yet)working (or just impossible to get them to work in a browser)
Here is a list:
----------------------------------------------------
Web filter:
//button
-property: rolloverImageMediaID
-property: verticalAlignment
-property: rotation
-property: showFocus
-property startsWith "onFocus"
-property startsWith "anchors"
//field
-property "onAction"
-property "selectOnEnter"
//form
-property endsWith "CmdMethodID"
//portal
-property: "resizeble"
-property: "reorderable"
-property: "multiLine"
-property: "intercellSpacing"
-property: "showVerticalLines"
-property: "showHorizontalLines"
//tabpanel
-property: "tabOrientation"
-property: "scrollTabs"
//script methods on application object
-method: "showFormInDialog"
-method: "isFormInDialog"
-method: "closeFormDialog"
-method: "showFontChooser"
-method: "showColorChooser"
-method: "showCalendar"
-method: "setWindowLocation"
-method: "setWindowSize"
-method: "updateUI"
-method: "undo"
-method: "redo"
-method: "setToolbarVisible"
-method: "setNumpadEnterAsFocusNextEnabled"
-method: "setClipboardContent"
-method: "getClipboardString"
-method: "playSound"
-method: "isLastPrintPreviewPrinted"
-method: "getWindowX"
-method: "getWindowY"
-method: "getWindowHeight"
-method: "getWindowWidth"
-method: "getScreenHeight"
-method: "getScreenWidth"
-method: "getPrinters"
-method: "getLastKeyModifiers"
-method: "getCurrentLookAndFeelName"
-method: "beep"
-method: "executeProgram"
-method: "executeProgramInBackground"
//script methods on form object
-method: "sortDialog"
-method: "focusFirstField"
Basic filter hides:
-property: useSeparateFoundSet
-treenode: "foundset" under a form node
Jan Blok
Servoy