This describes commonalities between the different modals.
getShowSignal()
Get the signal to show this modal in the frontend.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
withCloseWithKeyboard($state)
Get a modal like this which can or cannot be closed by keyboard (ESC), depending on the given $state...
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
getCloseSignal()
Get the signal to close this modal in the frontend.
getCloseWithKeyboard()
Returns if this modal can be closed with the keyboard (ESC key)
getAsyncRenderUrl()
Get the url returning the rendered modal, if the modals content should be rendered via ajax...
withAsyncRenderUrl($url)
Get a modal like this who's content is rendered via ajax by the given $url before the modal is shown...