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

TOPIC:

Class not working on a link 25 Sep 2018 19:40 #15614

  • dyvel
  • dyvel's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 200
  • Thank you received: 11
Hi

I added a class to a item view link.

The code for the link looks like this:
<?php echo JDom::_('html.fly', array(
						'dataKey' => 'company_name',
						'dataObject' => $row,
						'domClass' => 'uk-button',
						'route' => array('view' => 'token','layout' => 'token','cid[]' => $row->id),
						'target' => '_self'
					));?>

However, no class is added to the link.

Did I do something wrong, or is this a bug?
Thanks

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

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

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started