Hi,
Can I use Mercury to implement something similar to xBrowse under the WEB ?
xBrowse under the WEB
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: xBrowse under the WEB
Mercury is a MVC (model view controller) library for mod_harbour
Using mod_harbour and a GUI API like bootstrap you can create browses for the web.
Using a MVC you optimize your mod_harbour productivity using the model view controller paradigm.
Using mod_harbour and a GUI API like bootstrap you can create browses for the web.
Using a MVC you optimize your mod_harbour productivity using the model view controller paradigm.
Re: xBrowse under the WEB
Thank You Antonio. Are there any examples that describe creating tables that are similar in functionality to xBrowse ?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: xBrowse under the WEB
datatable API live demos:
https://www.modharbour.org/modharbour_s ... datatable/
datatable examples source code:
https://github.com/FiveTechSoft/mod_har ... /datatable
https://www.modharbour.org/modharbour_s ... datatable/
datatable examples source code:
https://github.com/FiveTechSoft/mod_har ... /datatable