Example #1
0
File: ajax.php Project: 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'));
}
Example #2
0
File: ajax.php Project: 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'));
}