- Start
- License
- Framework
- First steps
- Updates
- XA_Functions
- WApp
- WAutoComplete
- WBasic
- WBasicCheckbox
- WBasicContext
- WBasicDateTime
- WBasicEdit
- WBasicEmail
- WBasicNumber
- WBasicRadio
- WBasicSelect
- WBasicSelectItem
- WBasicStyle
- WBreadcrumb
- WButton
- WCard
- WCarousel
- WCarouselImage
- WCarouselPanel
- WCheckbox
- WChip
- WCmpButtonIcon
- WCmpButtonSpinner
- WCmpNumericKeypad
- WCollapsible
- WCollapsiblePanel
- WCollection
- WCollectionItem
- WColor
- WContainer
- WContext
- WContextHelper
- WControl
- WCookie
- WCss
- WDatePicker
- WDateTime
- WDiv
- WDoc
- WDocSection
- WDropDownItem
- WDropdown
- WDump
- WEdit
- WEmail
- WEngine
- WFetch
- WFieldset
- WFile
- WFlexRow
- WFloatActionButton
- WFloatActionButtonItem
- WFooter
- WForm
- WHeader
- WIconGoogle
- WImage
- WInput
- WInputImage
- WInputMask
- WInputText
- WLabel
- WLink
- WList
- WListItem
- WMain
- WMariaDbDatasource
- WMariaDbQuery
- WMaterialBox
- WMaterializeContext
- WMaterializeHelper
- WMeta
- WModal
- WModalMsgBtn
- WModalObject
- WNav
- WNavbar
- WNavbarItem
- WNavbarLogo
- WNumber
- WPackage
- WPagination
- WPaginationItem
- WParagraph
- WPdf
- WPdfAutoTable
- WPdfAutoTableStyle
- WPdfStyle
- WPhpRunner
- WPostFile
- WPreloader
- WRadio
- WRadioMenu
- WRange
- WRouter
- WScript
- WSelect
- WSelectItem
- WSession
- WSidenav
- WSidenavHeader
- WSidenavItem
- WSimpleContext
- WSlider
- WSliderItem
- WSpan
- WSqliteDatasource
- WSqliteQuery
- WStyle
- WSwitch
- WSyntaxHilite
- WTable
- WTableCell
- WTableColGroup
- WTableRow
- WTableTask
- WTableZone
- WTabs
- WTabsItem
- WTask
- WText
- WTextArea
- WTimePicker
- WTooltip
- WTranslator
- WWaterContext
- WXailerMariaDbDatasource
- WXailerSqliteDatasource
- WXailerWebDatasource
Updates
Periodic minor updates are offered only to registered users. If you are not a registered user, you will need to wait until a major update is released.
xaWeb Version 1.0.0: (05-05-25)
- Release of the commercial version of xaWeb
xaWeb Version 0.3.8: (04-23-25)
- SQLite support without Xailer
- Last installer bug fix
- Plugin update
- Bug fixes
xaWeb Version 0.3.7: (04-11-25)
- Awkward last-minute bug :-(
xaWeb Version 0.3.6: (04-11-25)
- New LIB file location. From now on, xaWeb libraries will have the same name between Windows and Linux versions. The only change is their location, which will now be in subfolders. for each operating system: Win and Linux. IMPORTANT: This affects all your projects.
- New class for managing MySQL databases without depending on Xailer: WMariaDbDatasource
- Extension changed from .CGI to .xaweb. Only using the plugin.
- New modules for MySQL inherited from Harbour contrib.
- Control of duplicate scripts by URL in WDoc().
- Error in the xa_baseUri() function of xa_backpack.js. IMPORTANT: You must update the file in all your projects.
- New WScript:lNoModule property.
- Examples updated to use the new library locations.
- New version of the plugin. IMPORTANT: Update in \Xailer\Plugins
xaWeb Version 0.3.5: (03-27-25)
- New MariaDB/MySQL document
- Document and plugin update
- New classes: Php-Runner, XailerWebDatasource, and XaileSqliteDatasource
- New examples: Php-Runner, Xailer-WebDatasource, and Xailer-Sqlite
- Changed public variable Application to App
xaWeb Version 0.3.4:
- Comment in example 09-Login
- Updated ApacheLocal.txt file
- Low-level memory leak in function ToString()
xaWeb Version 0.3.3:
- Modified example 09-Login to better demonstrate its use
- New Document:Reload() method to simplify the use of persistent properties
- Bug fixes