Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Cum pot centra Selectare Totala ?

2 participanți

In jos

Cum pot centra Selectare Totala ? Empty Cum pot centra Selectare Totala ?

Mesaj Scris de Dominic Dum Iul 24, 2011 9:37 pm

Salut, am acest cod pentru selectare totala
Cod:
<script>function selectCode(a)
{
  // Get ID of code block
  var e = a.parentNode.parentNode.getElementsByTagName('CODE')[0];
 
  // Not IE
  if (window.getSelection)
  {
      var s = window.getSelection();
      // Safari
      if (s.setBaseAndExtent)
      {
        s.setBaseAndExtent(e, 0, e, e.innerText.length - 1);
      }
      // Firefox and Opera
      else
      {
        // workaround for bug # 42885
        if (window.opera && e.innerHTML.substring(e.innerHTML.length - 4) == '<BR>')
        {
            e.innerHTML = e.innerHTML + ' ';
        }
 
        var r = document.createRange();
        r.selectNodeContents(e);
        s.removeAllRanges();
        s.addRange(r);
      }
  }
  // Some older browsers
  else if (document.getSelection)
  {
      var s = document.getSelection();
      var r = document.createRange();
      r.selectNodeContents(e);
      s.removeAllRanges();
      s.addRange(r);
  }
  // IE
  else if (document.selection)
  {
      var r = document.body.createTextRange();
      r.moveToElementText(e);
      r.select();
  }
}
if(text){}else{ var text = 'Selecionar todos';}
jQuery(document).ready(function(){
  jQuery("dl.codebox dt").not("dl.spoiler > dt").html('Code: <a href="#" onclick="selectCode(this); return false;">Selecteaza tot</a>');
});
</script>

De unde pot centra acel scris "Selectare Totala" ca sa steie pe mijloc ?
Dominic
Dominic
Banned

<b>Mesaje</b> Mesaje : 51
<b>De unde eşti?</b> De unde eşti? : Maramures
<b>Status</b> Status : Hai noroc

Sus In jos

Cum pot centra Selectare Totala ? Empty Re: Cum pot centra Selectare Totala ?

Mesaj Scris de Administrator Dum Iul 24, 2011 9:38 pm

Cod:
<script>function selectCode(a)
{
  // Get ID of code block
  var e = a.parentNode.parentNode.getElementsByTagName('CODE')[0];
 
  // Not IE
  if (window.getSelection)
  {
      var s = window.getSelection();
      // Safari
      if (s.setBaseAndExtent)
      {
        s.setBaseAndExtent(e, 0, e, e.innerText.length - 1);
      }
      // Firefox and Opera
      else
      {
        // workaround for bug # 42885
        if (window.opera && e.innerHTML.substring(e.innerHTML.length - 4) == '<BR>')
        {
            e.innerHTML = e.innerHTML + ' ';
        }
 
        var r = document.createRange();
        r.selectNodeContents(e);
        s.removeAllRanges();
        s.addRange(r);
      }
  }
  // Some older browsers
  else if (document.getSelection)
  {
      var s = document.getSelection();
      var r = document.createRange();
      r.selectNodeContents(e);
      s.removeAllRanges();
      s.addRange(r);
  }
  // IE
  else if (document.selection)
  {
      var r = document.body.createTextRange();
      r.moveToElementText(e);
      r.select();
  }
}
if(text){}else{ var text = 'Selecionar todos';}
jQuery(document).ready(function(){
  jQuery("dl.codebox dt").not("dl.spoiler > dt").html('Code: <a href="#" onclick="selectCode(this); return false;"><center>Selecteaza tot</center></a>');
});
</script>


Foloseşte codul ăsta.
Mutat la Suport JS & Jquery
Administrator
Administrator
Administrator

<b>Mesaje</b> Mesaje : 148
<b>De unde eşti?</b> De unde eşti? : ..........
<b>Status</b> Status : .........

Sus In jos

Cum pot centra Selectare Totala ? Empty Re: Cum pot centra Selectare Totala ?

Mesaj Scris de Dominic Dum Iul 24, 2011 9:41 pm

Rezolvat T/C
Dominic
Dominic
Banned

<b>Mesaje</b> Mesaje : 51
<b>De unde eşti?</b> De unde eşti? : Maramures
<b>Status</b> Status : Hai noroc

Sus In jos

Cum pot centra Selectare Totala ? Empty Re: Cum pot centra Selectare Totala ?

Mesaj Scris de Administrator Dum Iul 24, 2011 9:41 pm

Inchis.
Administrator
Administrator
Administrator

<b>Mesaje</b> Mesaje : 148
<b>De unde eşti?</b> De unde eşti? : ..........
<b>Status</b> Status : .........

Sus In jos

Cum pot centra Selectare Totala ? Empty Re: Cum pot centra Selectare Totala ?

Mesaj Scris de Continut sponsorizat


Continut sponsorizat


Sus In jos

Sus


 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum