EasyUI Forum
April 28, 2024, 12:23:21 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: Placeholder in combogrid  (Read 10532 times)
mapner
Jr. Member
**
Posts: 63


View Profile
« on: August 07, 2012, 03:40:53 PM »

Hello,

Is there any way to put a placeholder (input prompt) in a Combogrid?

thanks
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 07, 2012, 05:30:28 PM »

Get the textbox input and then set the 'placeholder' attribute for it:
Code:
$('#cc').combogrid({...}).combogrid('textbox').attr('placeholder','input prompt');
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!