Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

modalScrolling & modalOnclose properties 27 Jun 2016 15:18 #14096

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
Hello Admin

The modalScrolling and modalOnclose are not being passed by the function embedLink in \libraries\jdom\html.php. Please check and update them in the builder?

Thanks & warm regards
vlemos


JDOM
'modalScrolling' => null,
'modalOnclose' => null,
protected function embedLink($html)
{
	if (!$this->allowWrapLink)
		return $html;
	.
	.
	.

	if ((isset($this->href) || isset($this->targe. . . )))
	{
		
		$followersVars = array(
			.
			.
			.
			'modalScrolling' => null,
			'modalOnclose' => null,
			
		);

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.071 seconds

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started