Talking about your request with dev team, an cool approach to customise control TextBox as Editor could be as follow
– Handling keyboard on the server works but creates a request on each keystroke. It’s easy to attach a client side handler.
– The TextBox control in Wisej is a container, the real <input> is inside because Wisej also adds optional tool buttons, labels.
See attached sample:
Two things:
1) the lineHeight can only be set by creating a font. In the sample see /Themes
2) type something and press “h” the javascript will replace it with Hello! and move the caret.
See ClientEvents on the textbox, javascript is in Page1.resx and textbox properties inside Page1.Desdigner.cs
HTH
Regards
Hi John
Hi
Thanks for your interest in Wisej
For we could better understand of your goal, If you can send us a runnable little sample test will be help
By the way, this cool free wisej extensions maybe be useful.
CKEditor
https://github.com/iceteagroup/wisej-extensions/tree/2.5/Wisej.Web.Ext.CKEditor
https://docs.wisej.com/extensions/extensions/ckeditor
TinyEditor
https://github.com/iceteagroup/wisej-extensions/tree/2.5/Wisej.Web.Ext.TinyEditor
https://docs.wisej.com/extensions/extensions/tinyeditor
Regards
Hi Jan
Thanks for your interest in Wisej
Reviwing your post whit our develop team, I comment you next
The third party javascript control use trivial data binding based on simple api requests
leaving all the real binding work to the developer on the server side.
Full control data binding is very complex
So extracting the data from a data source and updating the data source is not as simple as
DataSource = data.
Wisej makes it look like it’s simple. But you have to match the column data names, manage
the position, read and format the data, parse it back, manage errors, etc etc.
The easiest way to data bind to javascript controls is to do it the way they have been designed to:
— return json data in response to their http request and read the json data they send using an http post.
We provide some level of data source databinding in our integrations but it’s limited
because all those controls are not designed with the server side in mind.
Additionally data binding a hierarchical tree gets even more messy.
Hope to be help
Regards
Paul
The fix of this issue will be available in the next release
Regards and thanks
Angelo
The fix of this issue will be available in the next release
Regards and thanks
Hi Paul
Thanks for inform the issue related to spanish localization.
The development team has reported about with this problem
Regards
Hi Andrew
To achieve more clearly understand your issue, plase could you attach a little runnig sample app?
Thanks
Hi Andrew
I don’t understand well your problem
In development you can change the default.json parameter to “secure”: false and when you publish to production change to “secure”: true
¿do you have troubles to run the app en production with SSL?
Best regards
Paul
Hi Shady,
The Wisej mobile integration package is currently available to Technology Partners (https://wisej.com/technology-partner/) as part of their membership.
Soon this year, will be available a new licensing model, where mobile tools will be available. Here more details about it
https://docs.wisej.com/license
Regards,
Paul
Hi
Please, could you try with this workaround?
https://wisej.com/support/question/auto-updater-a-bit-odd-behaviour
Aditional at the above. could you ckech when starting with a new project, whit what wisej version is created.
When you start the app, in browser make CTRL + SHIFT + I and check under folder resource.wx the version of wisej.js library
Regards
Hi
Hi Sorry if I misunderstand but for your description suppose that you have a custom code that catch the escape key and you link this with the Close() method of the form.
The forms dont close by default with the ESC key
For we could help you, we need a small runnable sample with the same code that you have in the form
Regards
Hi Vicent
do you refer that code as like in the pic below is not working for you?
Im testing with ver 2.5.22.1 and works ok
If I misunderstand you, please attach us a runnable sample taht reproduce the issue
Regards
Andrew
Thanks for reporting
We adding this issue to our backlog
regards
Hi
Please, comment us what version of Wisej are you using
Regards
Hi
We have tested the timepicker, but can’t reproduce the bad functionality
Can You please attach or send a little sample with the issue case?
I attach a little video sample
Regards
Hi Brayden
For a better understand of your goal and find a better solution
Q.- the labels that you want to apply these style, must be in design time or in runtime, by a programming condition?
And what version of Wisej are you using?
Regards
to complement my colleague answer. I adjunt a sample code for how to verify selected node and checked/uncheck node.
I hope will helpful
Hi Page Page
Sorry for late answer
It has to be added as an enhancement. It’s not a bug
Regards
Hi Carl
Plase, try installing the last build 2.5.20 and comment us if this resolve the issue
HTH
Hi
Please, could you attach a runnable sample to understand better your trouble?
Regards
