EasyUI Forum
March 28, 2024, 02:06:16 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: jQuery EasyUI 1.5.1 Release  (Read 23294 times)
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« 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: 57



View Profile
« 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. Smiley
Logged
Pierre
Sr. Member
****
Posts: 439


View Profile Email
« Reply #2 on: December 19, 2016, 07:34:07 AM »

Texteditor extension is amazing.
Thank you so much.
Logged
l.scorcia
Newbie
*
Posts: 3


View Profile
« 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: 190


View Profile
« 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


View Profile Email
« 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  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!