Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

var fixtures = fixtures || {};

fixtures.html = {
  textInput: '<input type="text">',
  input: '<input class="tt-input" type="text" autocomplete="false" spellcheck="false">',
  hint: '<input class="tt-hint" type="text" autocomplete="false" spellcheck="false" disabled>',
  menu: '<span class="tt-dropdown-menu"></span>',
  dataset: [
    '<div class="tt-dataset-test">',
      '<span class="tt-suggestions">',
        '<div class="tt-suggestion"><p>one</p></div>',
        '<div class="tt-suggestion"><p>two</p></div>',
        '<div class="tt-suggestion"><p>three</p></div>',
      '</span>',
    '</div>'
  ].join('')
};