Git Product home page Git Product logo

app-table_transcriber's People

Contributors

nigini avatar teleyinex avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

app-table_transcriber's Issues

Make the Image Viewer JS work

At the tabletranscriber.html pybossa's template version, the thing appeared, but could not manage to place it right!
At the tabletranscriber.html no template version, it simply do not appear.

Yes, I suck at RSS. =[

Evaluate sheet.jquery usage.

I have a code running inside BOSSA that is fine. Is exports sheet data to JSON, and I store it at 'jobrun'. The JS files are already presented at this repository, and the code goes like this:

  <script type="text/javascript" src="/tt-web/js/jquery.sheet.js"></script>
  <script type="text/javascript" src="/tt-web/js/parser.js"></script>
  <script type="text/javascript" src="/tt-web/js/raphael-min.js"></script>
  <link rel="stylesheet" type="text/css" href="/tt-web/css/jquery.sheet.css" />
  <link rel="stylesheet" type="text/css" href="/tt-web/css/jquery-ui/theme/jquery-ui.css" />

      $(function(){
            $('#jQuerySheet').sheet({
                 title: 'SomeName',
                 buildSheet: '1x1',
            });
        $("#finished").click(function(e) { 
                $("#sheetdata").val(JSON.stringify(jQuery.sheet.instance[0].exportSheet.json()));
        });
      });

And then:

    <div id="right-panel">
      <div id="done" class="meta">
          <form action="bossa_job_finished_post.php" method="post">
             <input type="hidden" value={$inst} name="bji" />
             <input type="hidden" name="sheetdata" id="sheetdata" />
             <input type="submit" value="Terminei essa" id="finished">
          </form>
      </div>

      <h2>Transcreva a tabela aqui, por favor!</h2>
      <div id="jQuerySheet"></div>
    </div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.