class Lebowski::Foundation::Views::WebView

Represents a proxy to a SproutCore web view (SC.WebView)

Public Instance Methods

frame_app_context_locator() click to toggle source
# File lib/lebowski/foundation/views/web.rb, line 18
def frame_app_context_locator()
  return "css=##{layer_id} iframe"
end