1 sayfadan 1. sayfa

Ctrl+Enter gönder

İletiTarih: 14.01.2006, 00:16
mojo_jojo
Alt+s ile msj gönderildiğini biliyoruz!
bu mod
Daha bilindik olan ctrl+enter i de aktifleştiriyor.

Kod: Tümünü seç

#
#-----[ EDİTLENECEK DOSYA ]------------------------------------------
#

templates/subSilver/posting_body.tpl


#
#-----[ BUL ]------------------------------------------
#
//-->
</script>

#
#-----[1 SATIR ÜSTÜNE EKLE ]------------------------------------------
#

function ctrlenter(event){
   if(event.ctrlKey && event.keyCode == 13) {
document.getElementById("postc").click();
}
}

#
#-----[ BUL ]------------------------------------------
#

>{MESSAGE}

#
#-----[ ÖNCESİNE EKLE ]------------------------------------------
#
  onkeydown="ctrlenter(event);"


#
#-----[ BUL ]------------------------------------------
#
value="{L_SUBMIT}"

#
#-----[ ÖNCESİNE EKLE ]------------------------------------------
#
  id = "postc"

#
#-----[ KAYDET VE KAPAT ]------------------------------------------
#