Ejemplo n.º 1
0
Archivo: ajax.php Proyecto: philum/cms
function popa($t, $o = '', $s = '')
{
    return div(atd('popa') . atc('popa'), popbt($o) . balb('small', ats('cursor:move;') . atb('onmouseup', 'stop_drag(event); noslct(1);') . atb('onmousedown', 'noslct(0);'), $t ? etc($t, 70) : 'popup'));
}
Ejemplo n.º 2
0
Archivo: ajax.php Proyecto: philum/cms
function popa($t, $p = '', $s = '')
{
    return div(atd('popa') . atc('popa') . ats('cursor:move;' . $s) . atb('onmousedown', 'noslct(0);'), popbt($p) . bal('small', $t ? etc($t, 70) : 'popup'));
}