Page MenuHomestyx hydra

PhabricatorGestureExample.php
No OneTemporary

PhabricatorGestureExample.php

<?php
final class PhabricatorGestureExample extends PhabricatorUIExample {
public function getName() {
return 'Gestures';
}
public function getDescription() {
return hsprintf(
'Use <tt>touchable</tt> to listen for gesture events. Note that you '.
'must be in device mode for this to work (you can narrow your browser '.
'window if you are on a desktop).');
}
public function renderExample() {
$id = celerity_generate_unique_node_id();
Javelin::initBehavior(
'phabricator-gesture-example',
array(
'rootID' => $id,
));
return javelin_tag(
'div',
array(
'sigil' => 'touchable',
'id' => $id,
'style' => 'width: 320px; height: 240px; margin: auto;',
),
'');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 9:45 PM (4 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432804
Default Alt Text
PhabricatorGestureExample.php (788 B)

Event Timeline