EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
October 15, 2024, 11:55:12 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
News
>
jQuery EasyUI 1.5.1 Release
Pages: [
1
]
« previous
next »
Print
Author
Topic: jQuery EasyUI 1.5.1 Release (Read 25525 times)
stworthy
Administrator
Hero Member
Posts: 3581
jQuery EasyUI 1.5.1 Release
«
on:
December 13, 2016, 08:18:42 AM »
We are pleased to announce the availability of jQuery EasyUI 1.5.1.
Some bugs in previous version are fixed.
Some new properties and methods are added.
The 'cls' property is available to add a custom style to textbox.
The tagbox plugin is added.
...
Please visit
http://www.jeasyui.com/download/v151.php
to see more details.
Logged
andyj
Jr. Member
Posts: 58
Re: jQuery EasyUI 1.5.1 Release
«
Reply #1 on:
December 18, 2016, 02:22:22 AM »
Tagbox is a really useful addition to the toolbox.
Thanks for your hard work and imagination.
Loving it.
Logged
Pierre
Sr. Member
Posts: 439
Re: jQuery EasyUI 1.5.1 Release
«
Reply #2 on:
December 19, 2016, 07:34:07 AM »
Texteditor extension is amazing.
Thank you so much.
Logged
l.scorcia
Newbie
Posts: 3
Re: jQuery EasyUI 1.5.1 Release
«
Reply #3 on:
February 24, 2017, 03:56:11 AM »
Could you please also update the NuGet package (
https://www.nuget.org/packages/EasyUI/
) with this version?
Thanks in advance,
Luca
Logged
jega
Full Member
Posts: 198
Re: jQuery EasyUI 1.5.1 Release
«
Reply #4 on:
December 28, 2017, 02:34:06 PM »
Hi.
Can't get 'cls' property to work
<style type="text/css">
.tb {
text-align: center;
font-size: large;
}
</style>
<input id="vCount" name="vCount" class="easyui-textbox" data-options="editable:false,cls:'tb'">
No effect.
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: jQuery EasyUI 1.5.1 Release
«
Reply #5 on:
December 28, 2017, 05:07:23 PM »
Yes, you can set the 'cls' property. Use this code instead.
Code:
<style type="text/css">
.tb .textbox-text{
text-align: center;
font-size: large;
}
</style>
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...