Search Results

Type: Posts; User: Quico

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. I just sharing. For someone to modify and share.

    Thank you.
  2. I wanted to make one like this:

    https://fgelinas.com/code/timepicker/


    14931



    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ucTimePicker.ascx.cs"...
  3. This solved in this way:



    var deselectTime = function(tagHoras){
    var thoras = tagHoras.tags;
    for (var i = 0; i < thoras.length; i++) {
    ...
  4. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TimePickerClear.aspx.cs" Inherits="SIRTIS.Pruebas.TimePickerClear" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">...
  5. Ok:



    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ucTime.ascx.cs" Inherits="SIRTIS.ControlUsuarios.ucTime" %>

    <ext:XScript ID="XScript1" runat="server">
    <script...
  6. I did it



    var thoras = #{TagLabelHoras}.tags;
    for (var i = 0; i < thoras.length; i++) {
    var tag = thoras[i];
    ...
  7. Hi Daniil.

    I've got this error.

    14521
  8. Hi

    I have tried this way:


    #{TagLabelHoras}.getSelected().clearSelections();

    This is TabLabel:
  9. I solved it by removing the FormPanel.

    14241

    Thank you.
  10. Hi @Daniil

    It really does not work.

    I put the code in the page and it worked well was.

    The browser IE9 and Chrome.

    Thank you.
  11. Hi.

    Outside:

    http://forums.ext.net/attachment.php?attachmentid=14211&stc=1

    In:

    http://forums.ext.net/attachment.php?attachmentid=14221&stc=1
  12. I solved it by putting Padding = "0"

    Thank you.
  13. Why is this theme so using access?

    http://forums.ext.net/attachment.php?attachmentid=14131&stc=1

    Thank.
  14. Version 2.5.

    I do not know that provide a full runnable test case.
  15. I have another combobox that has the same thing and it works. The only difference is that the ID is int



    <ext:FieldContainer ID="fcPais_ID" runat="server" Flex="1"...
  16. I remove the line and remains the same.
  17. <ext:FieldContainer ID="fcCod_Provincia" runat="server" Flex="1" Layout="HBoxLayout" DefaultAnchor="100%">
    <Items>
    <ext:SelectBox...
  18. I'm sorry. You asked me this higher up:

    "Unfortunatelly I am not able to help you until you provide simple runable test case (not parts of code)".


    I have given part of code.

    Thanks anyway.
  19. The problem is to update the store: StoreInvolucrado

    This is .aspx



    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ucSolicitudesMantenimiento.ascx.cs"...
  20. Changing "Categor?a" Solicitud must change the data "Tipo Involucrado". Where there is no such data in GridPanel and record the "Tipo Solicitud" belonging.

    7851

    I call the method like this:

    ...
  21. This is GridPanel



    <ext:GridPanel ID="grpRelacion" runat="server" Frame="true" Flex="1" Layout="FitLayout"
    Title="Relaci?n de...
  22. 7841

    Thank you.
  23. This example complete



    <ext:XScript ID="XScript1" runat="server">
    <script type="text/javascript">
    //Para que no presente n?mero en vez de la descripcion
    var...
  24. This worked in version 2.4



    store.each(function (record) {
    var valor = record.get('TipoInvolucradoId');
    if (!tieneEsteRegistro(storeTipo,...
  25. Resolved, the dataset without data coming.

    Thank you.
Results 1 to 25 of 41
Page 1 of 2 1 2