Search Type: Posts; User: Kangulo

Search: Search took 0.01 seconds.

  1. 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....
  2. 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. 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">
    ...
  4. 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({
    ...
  5. 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...
  6. http://demos.bleext.com/desktop/
  7. 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,...
  8. Replies
    7
    Views
    1,333
    tbar: [{
    iconCls: 'save-icon',
    text: Save Operatios',
    handler: function(){

    store.setBaseParam("UserID",12);
    store.setBaseParam("DeptID","ADMIN"); ...
  9. 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...
  10. 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...
  11. 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...
  12. 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
    ...
  13. 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.
  14. 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...
  15. 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...
  16. Replies
    2
    Views
    1,576
    For everyone helps, can you pls post your code here
  17. Replies
    15
    Views
    9,378
    Intenta cambiar el orden, carga primero el JsonStore y luego mandas a mostrar el FormPanel.

    Debería funcionar. :D
  18. 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