Search Type: Posts; User: Mark
Search: Search took 0.03 seconds.
-
27 Apr 2013 11:14 PM
- Replies
- 49
- Views
- 17,953
@0815 Neat!
To use this solution I think it's not necessary to getTriggerWidth()
Therefor:
/* if (this.textField.triggerWrap) {
right += this.textField.getTriggerWidth();... -
27 Apr 2013 10:28 PM
- Replies
- 49
- Views
- 17,953
@lorezyra
I agree! :> -
24 Apr 2013 11:58 PM
- Replies
- 49
- Views
- 17,953
I add some changes to the plugin to choose the proper css-class depending on which position the label set
/**
* Creates the Element and DOM for the clear button
*/
... -
19 Apr 2013 8:45 AM
- Replies
- 49
- Views
- 17,953
Does anybody run this great plugin with ExtJs 4.2.?
I think the structure of the fields has changed in this version and therefore the small cross does'nt show at the proper position.
Could anybody... -
21 Jul 2010 11:52 PM
- Replies
- 5
- Views
- 676
Sorry, that was unhandy, its only a placeholder for the var which you want to set as value in your case the same as "selectedCompanyCode".
-
21 Jul 2010 7:19 AM
- Replies
- 5
- Views
- 676
Try to add "autoLoad:true" to the config of the Combobox, then set the value:
myCombobox.setValue(valueField); Since I was running into troubles with "hiddenName" some month ago... -
20 Jul 2010 10:32 PM
- Replies
- 5
- Views
- 676
Are you sure that the combolist is already loaded before you set the value?
-
22 Jun 2010 10:39 PM
Jump to post Thread: [SOLVED] Linked Combobox Problem by Mark
- Replies
- 3
- Views
- 533
Try to use a Proxy in your store.
Like this:
PromoType.store.combo = Ext.extend(Ext.data.Store,
{
constructor: function(config) {
... -
22 Jun 2010 12:39 PM
Jump to post Thread: how to scroll top Ext.Container by Mark
- Replies
- 9
- Views
- 964
I added two more methods to the Ext.Element and it works for me quiet good.
Ext.Element.addMethods(
{
scrollToTop: function(s, e, d) {
var off = (d !==... -
22 Jun 2010 12:21 PM
Jump to post Thread: Form submitting combobox text by Mark
- Replies
- 5
- Views
- 636
Use "hiddenName"
-
22 Jun 2010 11:56 AM
Jump to post Thread: Combobox in EditorGrid by Mark
- Replies
- 0
- Views
- 493
I use in my EditorGrid some Comboxes which shows in FF3.63 a strange behavior.
Please look at the screenshot.
my combobox
var ComboAccount = new Ext.form.ComboBox(
{
... -
21 Jun 2010 5:42 AM
Jump to post Thread: [SOLVED] Ext.select no result by Mark
- Replies
- 2
- Views
- 1,649
Now I understand! Thank you, Condor!
-
21 Jun 2010 4:19 AM
Jump to post Thread: [SOLVED] Ext.select no result by Mark
- Replies
- 2
- Views
- 1,649
I'tried this code with Ext.Core 3.0 but the result of var y is [object].
The same testcase with Extjs shows the correct coord.
Ext.onReady(function()
{
var el =... -
18 Jun 2010 11:55 AM
Jump to post Thread: no scroll() in Core3.x ? by Mark
- Replies
- 6
- Views
- 1,797
:-?
Why is my last posting not published?
I've got a message, that my posting is in a proofing process by a Moderator?
For me it is a brand new habit in this forum! Pretty strange!!:-/
... -
18 Jun 2010 10:35 AM
Jump to post Thread: no scroll() in Core3.x ? by Mark
- Replies
- 6
- Views
- 1,797
I've included the Element.scroll-more.js but my little Script won't run.
Ext.Element.addMethods(
{
scrollToAnchor: function(t, s, e, d) {
var off = (d !==... -
18 Jun 2010 8:27 AM
Jump to post Thread: no scroll() in Core3.x ? by Mark
- Replies
- 6
- Views
- 1,797
Yes, thank you, I will try it. The licening stuff is not a problem in the moment. I only wish to figure out, if I could replace jQuery with Ext Core without a lack of functionallity and comfort....
-
18 Jun 2010 7:30 AM
Jump to post Thread: no scroll() in Core3.x ? by Mark
- Replies
- 6
- Views
- 1,797
HI Condor,
thanks for replying.
I there a way to get those functionallity to Core 3. I tried :
Ext.Element.addMethods({
scroll : function(direction, distance, animate){
... -
18 Jun 2010 6:57 AM
Jump to post Thread: no scroll() in Core3.x ? by Mark
- Replies
- 6
- Views
- 1,797
I'm confused.
I've read in Ext Core 3.0 Api -Documentation:I'm looking for this function in the code with no success. Is it true that there is no scroll() for the Ext.Element available like in... -
4 Apr 2010 12:04 PM
Jump to post Thread: Syntax problems by Mark
- Replies
- 9
- Views
- 1,361
In Javascript you have to write else if an not "elseif".
....
tpl: new Ext.XTemplate('{duration:this.formatHours}', {
formatHours: function(v) {
if(v < 1) {
return... -
23 Mar 2010 3:24 PM
Jump to post Thread: Ext.ux.form.CheckboxCombo by Mark
- Replies
- 92
- Views
- 27,312
Hi Clint, You pointed me to "my" problem! I cleared up the json response and voila ... it works! :D
thank you so much !
Mark -
22 Mar 2010 4:47 AM
Jump to post Thread: Ext.ux.form.CheckboxCombo by Mark
- Replies
- 92
- Views
- 27,312
Hi Clint,
would you be so kind and post an example with a remote store,please?
I'd tried quite hard to get it, but with no success!
Here is my testcase:
var F1 = {
xtype: 'form',
... -
4 Apr 2009 9:49 AM
Jump to post Thread: Ext.ux.CodePress by Mark
- Replies
- 34
- Views
- 33,328
I've tried to setup Ext.ux.codepress without success. I followed the explantions of the demo page but I'm confused because there is a broken link to codepress.org. So I cannot download the codelib....
-
17 Nov 2008 5:03 AM
Jump to post Thread: Clear a Ext.ux.grid.Search Field by Mark
- Replies
- 0
- Views
- 1,726
Using beside the Ext.app.SearchField the Ext.ux.grid.Search from J Sakalos in my testgrid.
I add a refresh button to the tbar of the grid and expect that the Searfields were cleared when I click to... -
22 Oct 2008 5:02 PM
Jump to post Thread: Fieldset blows up Formlayout by Mark
- Replies
- 3
- Views
- 783
Thanks devnull for the well-meant answer! But it is sometimes frustated anyway(:|
But...
I found an example from Saki and added some more formfields for example nested columns layouts with... -
22 Oct 2008 2:30 PM
Jump to post Thread: Fieldset blows up Formlayout by Mark
- Replies
- 3
- Views
- 783
I use fieldset in a form with fixed size but the problem is that the fieldsets appears different in IE and FF and therefore the size of the form is either to large or to small.>:) I'll tried several...
Results 1 to 25 of 65
