Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1779 | Rev 2170 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1779 Rev 1781
Línea 754... Línea 754...
754
                          name="chattxt"
754
                          name="chattxt"
755
                          style={{ resize: "none", height: "20px" }}
755
                          style={{ resize: "none", height: "20px" }}
756
                          placeholder="Escribe un mensaje"
756
                          placeholder="Escribe un mensaje"
757
                          onKeyDown={handleChatBoxKeyDown}
757
                          onKeyDown={handleChatBoxKeyDown}
758
                          ref={textAreaEl}
758
                          ref={textAreaEl}
759
                          onFocus={handleActive}
759
                          onFocus={()=> onRead(index)}
760
                        ></textarea>
760
                        ></textarea>
761
                        <input
761
                        <input
762
                          id="to_uname"
762
                          id="to_uname"
763
                          name="to_uname"
763
                          name="to_uname"
764
                          value="'+chatboxtitle+'"
764
                          value="'+chatboxtitle+'"
Línea 945... Línea 945...
945
                          name="chattxt"
945
                          name="chattxt"
946
                          style={{ resize: "none", height: "20px" }}
946
                          style={{ resize: "none", height: "20px" }}
947
                          placeholder="Escribe un mensaje"
947
                          placeholder="Escribe un mensaje"
948
                          onKeyDown={handleChatBoxKeyDown}
948
                          onKeyDown={handleChatBoxKeyDown}
949
                          ref={textAreaEl}
949
                          ref={textAreaEl}
950
                          onFocus={handleActive}
950
                          onFocus={()=> onRead(index)}
951
                        ></textarea>
951
                        ></textarea>
952
                        <input
952
                        <input
953
                          id="to_uname"
953
                          id="to_uname"
954
                          name="to_uname"
954
                          name="to_uname"
955
                          value="'+chatboxtitle+'"
955
                          value="'+chatboxtitle+'"