Search Type: Posts; User: Kangulo
Search: Search took 0.01 seconds.
-
4 Jan 2013 9:12 AM
- Replies
- 2
- Views
- 136
yes, that is exactly what happen, but what i trying to say, this will be happen again and again because is many probably that you have another controls with the same id but in different modules....
-
3 Jan 2013 7:59 PM
- Replies
- 6
- Views
- 555
Hi Arthurakay..
I have de same problem.
I am playing with a web desktop example in extjs 4.1.0, everything was fine. So i decide to begin a new development using a webtop interface. When i... -
3 Jan 2013 7:36 PM
- Replies
- 1
- Views
- 360
First of all you have to do this.
desktop.html
comment this line
<!--<script type="text/javascript" src="all-classes.js"></script>-->
<script type="text/javascript">
... -
3 Jan 2013 7:23 PM
Jump to post Thread: ExtJS desktop example (4.1.1) by Kangulo
- Replies
- 2
- Views
- 1,720
In desktop.html
comment this line
<!--<script type="text/javascript" src="all-classes.js"></script>-->
<script type="text/javascript">
Ext.Loader.setPath({
... -
3 Jan 2013 7:16 PM
- Replies
- 2
- Views
- 136
Problem with same name forms in a different module in Web Desktop
I am playing with a web desktop example in extjs 4.1.0, everything was fine. So i decide to begin a new development using a... -
2 Jan 2013 10:49 AM
- Replies
- 3
- Views
- 549
http://demos.bleext.com/desktop/
-
1 Jan 2013 8:18 PM
Jump to post Thread: Extjs 4.1-rc and web desktop by Kangulo
- Replies
- 14
- Views
- 2,130
Im playing with a web desktop example in extjs 4.1.0, everything was fine. So i decide to begin a new development using a webtop interface. When start to add modules i didnt any problem, after that,...
-
29 Mar 2012 6:04 PM
Jump to post Thread: Parameters for CRUD action method by Kangulo
- Replies
- 7
- Views
- 1,333
tbar: [{
iconCls: 'save-icon',
text: Save Operatios',
handler: function(){
store.setBaseParam("UserID",12);
store.setBaseParam("DeptID","ADMIN"); ... -
28 Mar 2012 5:13 AM
- Replies
- 6
- Views
- 5,688
Check this out,
http://pogextjs.comyr.com/pog_extjs
video: http://www.youtube.com/watch?v=ShcYNKAa0F8
Make Interface (with ExtJS), Server Logic (Php Classes) and Database (MySQl DLL), just... -
28 Mar 2012 5:07 AM
Jump to post Thread: Simple Grid CRUD example by Kangulo
- Replies
- 2
- Views
- 2,667
Check this out,
http://pogextjs.comyr.com/pog_extjs
Make Interface (with ExtJS), Server Logic (Php Classes) and Database (MySQl DLL), just following a wizard you can make a CRUD form very... -
28 Mar 2012 5:06 AM
- Replies
- 2
- Views
- 1,337
Check this out,
http://pogextjs.comyr.com/pog_extjs
Make Interface (with ExtJS), Server Logic (Php Classes) and Database (MySQl DLL), just following a wizard you can make a CRUD form very quickly... -
3 Mar 2010 8:02 AM
- Replies
- 568
- Views
- 196,580
Hi Doug, first of all, thank for this extension is great! =D> Im working with Ext 3.1 and my code is similar to lingz_public, i have tried change the order but i dont have success, this is my code
... -
18 Feb 2010 7:20 AM
- Replies
- 5
- Views
- 2,110
Well Mystix, thank you for you answer and help me to understand, i just thought that thing was more simple. /:)
Thank you very much for take your time to explain me that. =D>
Best Regards. -
15 Feb 2010 7:03 AM
- Replies
- 5
- Views
- 2,110
The input date is in format d/m/Y (Sapnish Locale), '03/02/2010' this is February 3rd 2010,
when i apply Ext.util.Format.date('03/02/2010', 'Y-m-d') to convert it in MySQL date format, I am... -
14 Feb 2010 9:53 PM
- Replies
- 5
- Views
- 2,110
I just want to format a date, i used ext-all-debug.js 3.0, i used ext-lang-es.js to set locale format to all variables.
So, i'd knew the Ext.util.Format.Date function could do this, and when i... -
11 Feb 2010 6:07 PM
Jump to post Thread: Drag and Drop: nodedragover by Kangulo
- Replies
- 2
- Views
- 1,576
For everyone helps, can you pls post your code here
-
1 Dec 2009 3:39 PM
- Replies
- 15
- Views
- 9,378
Intenta cambiar el orden, carga primero el JsonStore y luego mandas a mostrar el FormPanel.
Debería funcionar. :D -
16 Jun 2009 8:26 AM
Jump to post Thread: IF else statement in a Xtemplate by Kangulo
- Replies
- 2
- Views
- 8,714
Puedes simular el "if .. else" usando una function para eso por ejemplo..
var tplServer = new Ext.XTemplate(
'<h2 class="title">{vend}</h2>',
'<p><b>Ubicacion</b>:...
Results 1 to 18 of 18
