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

TOPIC: duplicate instead of new

Re: duplicate instead of new 04 Nov 2012 10:37 #4978

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Yes, I must work on that.

As you can see, I am not anwsering but I can read all your posts.

I am currently working on the filters for the moment. Huge rewrite of 2.0 If I want to close it and to go further with other cool features.
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: JoomGuy

Re: duplicate instead of new 10 Nov 2012 11:43 #5203

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
I have to upload but I have to test it well before.

So, it is coming.
There are some adjustments in JDom and in the JS snipplet in your template.
The only thing is it will help you to skip the validation when you click to your custom task button.

To create a custom task :
example : item controller : 'produit'
task : 'run'
$task = 'product.run';
$icon = 'run';
$iconOver = 'run';
$alt = 'LANG_STRING_RUN';
$listSelect = false;	//Check if an item is checked, when you are in a grid (collection)

JToolBarHelper::custom($task, $icon, $iconOver, $alt, $listSelect);

Add this code in the view file, next to the others tasks. displayXxxx() function.
Coding is now a piece of cake
Last Edit: 10 Nov 2012 11:43 by admin.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.091 seconds

Get Started