Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 24th, 2012  |  syntax: None  |  size: 1.75 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. phonegap touch event / div overflow
  2. $('#mytable').append('<tr><td width=20%>
  3.     <a href=add.html onclick=setId('+row.UserId+');>
  4.     <img src=./icons/patientendaten.png width=48px height=48px></a></td>
  5.     <td width=20%>'+row.Datum+'</td><td width=20%>'+row.Patient+'</td>
  6.     <td width=20%><center><a href=# onclick=delete_entry('+row.UserId+');>
  7.          <img src=./icons/delete.png></a></center></td><td width=20%><center>
  8.          <img src=./icons/edit.png></center>
  9.     </td></tr>');
  10.        
  11. <div data-role="content">  
  12.  
  13.     <div id="twitter">
  14.  
  15.        <div class="ui-grid-d">
  16.         <div class="ui-block-a"><div class="ui-bar ui-bar-d">Akte</div></div>
  17.         <div class="ui-block-b"><div class="ui-bar ui-bar-d">Datum</div></div>
  18.         <div class="ui-block-c"><div class="ui-bar ui-bar-d">Patient/in</div></div>
  19.         <div class="ui-block-d"><div class="ui-bar ui-bar-d">Löschen</div></div>
  20.         <div class="ui-block-e"><div class="ui-bar ui-bar-d">Fallbeisp. erstellen</div></div>
  21.         <br>
  22.  
  23.     <table id=mytable>
  24.  
  25.     </table>
  26.  
  27.   </div>
  28.      </div>
  29.          </div>
  30.        
  31. 05-23 17:05:51.800: V/webview(30492):  singleCursorHandlerTouchEvent -getEditableSupport  FASLE
  32.        
  33. 05-24 23:59:18.030: E/libEGL(16161): call to OpenGL ES API with no current context (logged once per thread)
  34.  
  35. 05-24 23:59:18.030: D/ShaderProgram(16161): couldn't load the vertex shader!
  36.  
  37. #twitter {
  38.     position:absolute;
  39.     top:140px;
  40.     left:40px;
  41.     width: 880px;
  42.     height: 400px;
  43.     border: 5px solid;
  44.     border-color: #458d91;
  45.     -moz-border-radius:16px;
  46.     -khtml-border-radius:16px;
  47.     font-family: Verdana, Arial, Helvetica, sans-serif;
  48.     font-size: 10px;
  49.     padding-top: 10px;
  50.     padding-left:10px;
  51.     padding-right:10px;
  52.     padding-bottom: 10px;
  53.     overflow: auto;
  54.   }