Look at example_smartgrid.
Type: Posts; User: barrymavin
Look at example_smartgrid.
See doc.
https://www.lianja.com/doc/index.php/Dynamic_Language_Translation
This is built-in functionality.
You cannot tell which key was pressed to lose focus. Anyway it can be changed using the mouse also.
Use grid.activateCell(0, 0)
I have uploaded 10.0.1 pre-release into the beta directories for those with premium support and others who have access to this.
Bug fixes and performance improvements
Full page edit is only rellevant to form and canvas sections.
The next released version will be Lianja 10 which will be available soon.
In this version there has been a great many improvements to simplify the deployment of desktop installers and standalone...
I have uploaded 9.9.24 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
You cannot bind the same table to more than one section on a page. It makes no sense.
All you are doing is trying to achieve what split grid editing does already.
If you relate the top section...
I have uploaded 9.9.23 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
I have uploaded 9.9.22 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
I am not aware of any issues with dates in non-english locales.
The standard search bar does not handle searching in memo/varchar fields.
That is how split screen editing is implemented in web/mobile apps.
Desktop Apps have enough space to render split screen grids side by side. Phones do not. The Lianja Web Framework handles Web,...
What doesn't work in the browser window?
I've already explained. This is how "tabbed" split screen editing is displayed in the browser.
What exactly are you wanting to achieve?
That is how split screen editing is implemented in web/mobile apps.
Look at the example “split grid” app and you will see how the split grid editing is laid out as tabs.
This allows this type...
I have uploaded 9.9.21 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
I have uploaded 9.9.20 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
Yes it can be done programatically.
e.g.
Lianja.get("page1.section2").grid.first()
Lianja.get("page1.section2").grid.last()
I have uploaded 9.9.19 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
I have uploaded 9.9.18 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
In 9.9.18 CSSlibs have been extended to handle pseudo selectors :hover and :active
e.g.
/* mycsslib.css */
.mybutton
{
class:btn;
This has been corrected in 9.9.17.
It works if you use the built-in ActionBar for grids.
I have uploaded 9.9.17 pre-release into the beta directories for those with premium support and others who have access to this.
New: Build/Run Linux standalone Apps is now supported in the same...
English please.
As I have already described, that syntax using square brackets is nonsensical css.
in the csslib.
.mybutton_footer
{
border:1px black;
}
if you are storing directly in the footer...