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.073 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started