📄 changelog.txt
字号:
Mapping attributes on <Window> to the application windowMaking the splash screen initially hiddenBiMoveHandle: Document missing eventsBiComponent: Fixing issue where elements with only bottom might not become visible again after they were hidden due to height 0BiComponent: Add try/catch to prevent IE raising errors on call to focusBiInlineComponent: Adding an exception if element does not exist in pageBiMouseEvent: Fixing an issue when getting offsetX/YBiResizeHandle: Document missing eventsBiAbstractGrid: Adding beforesort and sort eventsBiAbstractGrid: Fixing setHeadersHeight and adding beforesort and sort eventsLogin App: Adding French language and updating ChineseBiMouseEvent: Documentation fix. The static fields are called LEFT, MIDDLE and RIGHT and not _BUTTONBiCommand, BiWindow, BiApplicationWindow: Only prevent default if called on the execute event objectBiCommand: Changing documentation for execute method to describe how to prevent default actionBiGrid: selectionMode was not documentedBiSelectionModel: Only update selection for left/right mouse down and left up... If down on an already selected item set that item as the leaderAdding BiSelectionModel and updating the other selection models to extend itBiGraph: Improving how the ticks and labels are sized for the axis.BiWizard: A semi colon terminated an if statement which broke BiWizardBiList: Fixed issues with removing selected items2004-02-27Bindows 1.01Updating webboard to work in MozillaUpdated download/registration application to work in Mozilla. Switching to use a REST like web service instead of SOAPFixed a bug that could happen if the accept/cancel button was removed in the actionBiComboBox: Setting default maximum height for the popup to 300Popups are now set to hidden on creation.Grids are available in Moz nowFixed screenLeft/Top and clientLeft/Top for MozillaBiXsTypeConverter: Bug when decoding the milli secondsBiTabPage: map icon attributeLazy creation of tab pages and the popup for the combo box. This means that lazy hidden components are not created until shownBiFont: Was calling setFontSize where setSize should be usedBiMenuItem: icon attribute is mapped to BiImageUpdating Application wizard to use commands instead. This simplifies the code quite a lotProperty name changes: value -> userValue, value -> checked. value is an alias for userValue in those cases where value was used for userValue and value is an alias for checked in the other casesImplementing context menus for MozillaAdding contentHtml to BiRichEditBiGrid: Deserialize from XMLacceptButton/cancelButton looks for command as wellBiCommandInline ComponentBiWizard: Add beforechange event as well2004-01-30Bindows 0.97BiTextLoader: Make sure load is only fired once per send. Fixes an IE55/Win98 load bugBiRadioGroup: Adding items getterAdding AppWizard. See apps/Getting Mozilla XPath to use namespacesData binding is now part of core apiAdding DataBindingTest.xmlAllow BiScriptLoaderQueue to load synchronouslyAdding markup tutorialFixing some of the Mozilla z-index issuesAdding BiFont fromString and BiBorder fromStringAdd XmlResourceParser testsBiTreeNode: getData and setData methodsBiSplitPane: Adding support for minimumWidth/HeightAllowig ADF tag names to start with capital letterMaking the resource loader use BiXmlResourceParser to parse the resourcesAdding BiXmlResourceParser. This class takes a DOM tree and outputs a Bindows treeAdding removeAll method to BiComponentAdding BiWizardPane and BiWizardGrids: Making rowHeight read-writeAdding BiXsTypeConverterAdding BiDataSet and related classes to core APIWeb Service Behavior: Use array element name instead of type if available2003-12-22Bindows 0.96Components can now be anonymous. Anonymous components are not shown in the normal Object modelLoading Status: Allowing %VERSION% in the html text to be repalced by application.getVersion()BiUri: Adding view-source as a special case uri (without ://)Merge of mozilla branch with trunkSyncing data binding and data set from ****. also adding the list test[mozilla] Lots of Mozilla commitsBiUri: Fix the fragment part. It was doing the replace too earlyDocumention removeBorder and improving paintBorderResource loader update 2. Now the items are loaded in the same order as they are declared. This allows a script to define a loadable class that then can be used in the resource loaderMaking the popup for a combobox lazy. This means that is not created until neededCorrectly document args to constr and paintFont/removeFontBiImage: return false for getLoaded instead of throwing an errorBiAdf: createSplashScreen -> _createSplashScreen because it should be privateBiAdf: Changing resource loading. interpret should not be public because there is no reason for the user to use thisBiTab: Adding tabButton getter. Adding text and icon properties which maps to the tab button. This makes it more convenientChanging to use the resource loader instead.Adding splash screen supportMore BiUri work... now all components that took a string URI previously can take a string or a BiUri. In case a string is used this may be relative to the application.getAdfPath() and in that case a new absolute URI is created from that.Adding validation interface to BiComboBox as wellAdding BiUri.. and making application.getPath() and application.getAdfPath() end with a '/'Removing test for sub menu argument to BiMenuButton. This is to allow the setting of this at a later momentaction is now dispatched in a timer so that the drawing can be updated between the hiding of the menu and the actionRemoving a try/catch because it caught errors that occured inside onload which was not the intention of the try/catch. This made the loading quietly at timesUpdating to use DHTML Menu 4.28Allowing getProperty and setProperty even if no getter or setter exists. This allows adding of expando properties (more or less). Beware of naming conflicts when using this.BiMenu: Adding setSize and width and height property settersRenaming shown to isVisible to be more consistentBeing a bit smarter when positioning the menu. Using the same pattern as in DM4 (without the insets)Remove the dependency to move/resize the browser window when an internal window is movedGrids: Adding support for headersHeight and also moving some of the header height code to abstract gridGrids: Making the depencies between the different grid classes private fields so that a sub class can easily override these to decide what class to use for the other parts of the gridBiChartLegend: Making setFontSize also update the layoutGraphs: Adding barSpacing to presentation manager and XML formatGraphs: Adding support for autoScale property. To make it easier to position the chartArea the _contentArea uses a new (non public) class the overrides clientWidth/Height because these needs to be mapped to the size of the graphBiChartPoint: Setting a property on a point should also store that property on the point object so that the property outlives the current chartDownload sample: I got the Chinese text verified so adding thisBiImage: Adding static create method (fromUri)Moving disposal of managers into manager classes. Thes listen to the application dispose eventBiProgressBar: dispose assumed (incorrectly) that the component was createdRecreate the HTML element when we change to PNG image. This is beacuse if the element had a filter earlier IE6 crashesAdding fitColumnWidths support for the gridsAdding basic validation using validator property (a function) and isValid and invalidMessage propertyAdding isEnabled which returns true when all ancestors are trueRenaming getShowing to getIsVisible to be more consistent with isEnabled.biwebservice: Casting to string to ensure replace will work when passing non strings are used where strings are expected2003-11-05Bindows 0.95Renamed behavior to make clear that we have modified the default MS web service behaviorFixing Array bug in web service behaviorAdding support for defaultFocusedComponent and making the input dialog use the input for thatBiDialog: Adding support for defaultFocusedComponentAdding BiFocusEvent documentationAdding doc for undetermined progress barIf enabling the active component make it focused againAdding BiUndeterminedProgressBarSwitching to use BiUndeterminedProgressBar for Download.xml appBiList: When removing an item we try to set the lead and anchor to the most logical itemIf the list is disabled the items should not workIf mouse or keyboard event we should not dispatch the event if the current target is disabledWeb service behavior: Fixing string encoding for string. This involves replacing &, <, > as well as chars above 127BiComboBox , BiList, BiProgressBar, BiSlider, BiSpinner: Overriding preferred size so that they actually return meaningful valuesContext menus: the component property for a menu is now not reset until the menu is opened againFixed a few bugs with menus and keyboard navigationDefault is to hide tool tips when hoveredClear reference to the component when disposingTool Tip: The hideOnHover property did not work beforeAdding click and dblclick to selection modelFix for IEs odd order of mouse events. Now mouse events occur in the following order: mousedown, mouseup, click, mousedown, mouseup, click, dblclickgetPath (and getAdfPath) now returns http://domain/dir/dir2003-10-16Bindows 0.94Updated the DataGridTest application a bit more responsive by updating the status more oftenAdding print method to BiApplicationWindowAdd findString, findStringExact, matchString and matchStringExact to the grids.Adding inline find to grids and improve it for the BiListMade the inline find start at the selected item by default and going around.Fixed bugs with BiMenuBar not correctly working with keyboard navigationFixed a bug that prevented multiple dialogs workingImproved focus manager a littleScroll subtree into view when the user expands a nodeAdding dispose event to BiApplication. This allows tha application to clean up itselfChanging grids to remove limitation of 32 grids during the lifetime of the applicationUpdate docs for the charts. Mainly to add fromXmlElement method docs but there were also a few missing properties/methodsBiSplitPane: Setting left/right/top/bottomComponent to null should workAdding toolTipText to BiMenuItemIcons in the grids are now BiImage (string works as well for now).Png images now work in the grids (you need to use new BiImage for this)Making the relative position for tool bar buttons only apply to children of a tool bar. This allows tool bar buttons to work outside a toolbarBiMenuItem now supports 32 bit RGBA PNG imagesChanged how getIconHtml works so that it works without a dependency to BiLabelMade the fromXmlElement (for the charts) interface methods more consistentFixed a bug where the drop down arrow of a tool bar button was not correctly laid out. (The BiToolBarButton was calling layout functions in the _create method)BiApplicationWindow: Adding support for the globalCursor propertyAuto complete for editable comb boxes. When typing into the text field and an item starts with the same text (findString) the popup is shown and the best fit item is selectedDocumenting hideChrome propertyDocumenting resize eventChanging the padding for the combo a bitLot's of changes to _create and layout* to make sure that the HTML element is created and inserted before the layout is done. This should solve all bugs we've been seeing with left, right and width (top, bottom and height) not being correctly laid outAdding setData to the grid rowsChanged the grids to use the layout methods instead of onresize.Only relayout the tabs if a new tab is selected (not deselected). This should decrease the numbers of times layout is done.2003-10-03Bindows 0.93Adding data grid sampleBiChartPoint: Setting the visual property now correctly propagates to the component used to display the pointaccessKey was not documentedDragging of images now adhere to the canSelect propertyChanging the default padding of the status bar panelsBiAbstractGrid: Sorting by column -1 should work and remove the sort arrow from the headersFixing position of restored windows that were maximized before creationBiTextLoader: Added open, send, user and password props/methods. Renamed get to loadBiTextLoader get() has been depreciated. Use load() instead.Better handling of NaN in graphsAdded value, values and findValueExact to BiList, BiComboBox and their itemsBiGraph: Changing scale factors to instance fields instead of shared fields2003-09-19Bindows 0.92Reworked the gauge to use several internal classes. This makes it easier to customize the guage to get a different look and feelThe registererror/loginerror events raised by the RegistrationService were not handledForgot the var _p which lead to _className being bound to the wrong classDon't depend on cookies being enabled for the download appFixing _className for a few classesstroke opacity and fill opacity support addedUsing Array splice for insertAt, insertBefore, remove and removeAt. This should improve the general performance a little.Fixed bug in BiSplitPane constructorAdding opacity propertyAdding create eventA bit better title if no title for the ADF was providedFixed issue where charts could end up in an incorrect stateMapping overflow to grid bodyFixed a mnemonic bugThere were a few EDIT_THIS fields left from the template (documentation fix)visible is read write (documentation fix)Fixed a bug when using add before another itemShould take resizable and movable into account for tile and cascade windowsAdding getContentWindow()2003-09-05Bindows 0.91 (Beta 2)Grid - Clicking on upper left header cornerGrid Chart - Resizing header outside gridMaximizing a window where the contentPane has height 0 leaves the window blankAdd support for textchanged events for editable combo boxesAdd support for the text property for combo boxes (maps to the text field text)Dropping down the combo box popup prevents entering textBiColorPickerAdd version property for BiApplication2003-08-06Bindows Beta 1 (0.9)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -