if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Interface to be extended by components that have the possibility to bind to Javascript.
This describes commonalities between the different modals.
getAsyncRenderUrl()
Get the url returning the rendered modal, if the modals content should be rendered via ajax.
withCloseWithKeyboard($state)
Get a modal like this which can or cannot be closed by keyboard (ESC), depending on the given $state.
withAsyncRenderUrl($url)
Get a modal like this who's content is rendered via ajax by the given $url before the modal is shown.
getCloseSignal()
Get the signal to close this modal in the frontend.
getCloseWithKeyboard()
Returns if this modal can be closed with the keyboard (ESC key)
getShowSignal()
Get the signal to show this modal in the frontend.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.