Sha256: c4ac8e4ec3da913c1a02ee717139812dd12b24bdfe47511274288ec54bb160cb

Contents?: true

Size: 768 Bytes

Versions: 23

Compression:

Stored size: 768 Bytes

Contents

# class window.TS.LinkFinder
#   constructor: (@elements) ->
#
#   enable: ->
#     setTimeout(->
#       $('.ts-link-finder, .medium-editor-toolbar-input').textcomplete [
#         {
#           match: /^\/(\w*)$/
#           index: 1
#           search: (term, callback) ->
#             $.ajax
#               method: 'GET'
#               url: window.TS.ADMIN_PAGES_URL
#               dataType: 'json'
#               contentType: 'application/json'
#               data: {path: term}
#               success: (data, status) ->
#                 callback(data.pages)
#           replace: (page) -> page.path#.substring(1)
#           template: (page) -> "#{page.title} (#{page.path})"
#         }
#       ],
#         zIndex: 10000
#     , 500)
#
#   disable: ->

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
type_station-0.7.0 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.6.0 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.5.4 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.5.3 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.5.2 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.5.1 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.7 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.6 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.5 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.4 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.3 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.2 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.1 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.4.0 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.3.4 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.3.3 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.3.2 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.3.1 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.3.0 app/assets/javascripts/type_station/editables/link_finder.js.coffee
type_station-0.2.3 app/assets/javascripts/type_station/editables/link_finder.js.coffee