hi i am adding 1 text area in grid panel as follows: textarea.value and javascript modification causes a problem :: 1 post - 1 author - Last post: Jul 1, 2008Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Hardware, and Gaming Getting your problem solved is as easy as: getElementsByTagName("textarea")[0].value+"Read this thread and follow the http://www.techsupportforum.com/design-forum/web-design-programming/265079-textarea-value-javascript-modification-causes-problem.htmlHOME |
{header: "!Description",
dataIndex:'!Description',
editor: new Ext.form.TextArea({width:'30',height:'3'})}, Zope 3 wiki IssueTrackingExample:: Display Issue-Detail; Insert Comments: text area, add comments; Choice: Issue Solved (yes/no). ReportIssueSolvedApplication?: http://wiki.zope.org/zope3/IssueTrackingExampleHOME | TinyMCE Forum / jQuery, MCE, Textareas. !?:: Re: jQuery, MCE, Textareas. !? First i had a problem with var text = tinyMCE.get('content').getContent(). But i solved it bu removing http://tinymce.moxiecode.net/punbb/viewtopic.php?pid=53094HOME |
still height & width of my textarea on grid r not 30 n 3 after clicking on textarea cell... :(..
any help?
thnx,
- Amey
Thanks Condor, I had the same problem, and now its working, KDE Community Forums • View topic - [SOLVED] Small Text Box:: What it does is it determines the size of the textarea by . because 1) it doesn't solve the core issue of undefined rows/cols attributes of the textareas http://forum.kde.org/viewtopic.php?f=9&t=6433HOME |
but now I got a new problem...
I´m using checkbox, with a custom render, this works fine, when I enter in edit mode, appears a checkbox, its all working, but I want this checkbox stay aligned to center, and it appears at right
Non-Editable
{header: "Ativo",width: 61,dataIndex: 'IsAtivo',sortable: true,renderer: helper.FormChecado,align: 'center',editor: colIsAtivo,css:'vertical-align:middle;' }
Editable
var colIsLiberado = new Ext.grid.GridEditor( new Ext.form.Checkbox({width: 61}),{autoSize: false,align: 'center'});
I'm not a big fan of using Ext.form.Checkbox as a grid editor. I would recommend Ext.grid.CheckColumn (from examples/grid/edit-grid.js) instead.
condor any help frm ur side..thnx :)
Wouldn't a RowExpander or QuickTips be better suited for that?
no help on this 1 yet...plz helpppppp
plz help
thnx condor very much :)...
any help on this 1 plzzzzzzzzzzz
1 small issue....
what if i want that text box as uneditable but it should be expandable??
i mean if i click on grid cell of text box it shld expand in 100*100 but in read only mode is it possible??
thnx :)
Try:
editor: new Ext.grid.GridEditor(
new Ext.form.TextArea({
width: 100,
height: 100
}),{
autoSize: false
}
)
Challenging Books For A 14 Year Old?
First guitar : acoustic or electric?
|