Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Change delete button to custom tool
#11
Not Solved
(2014-08-17, 03:27 PM)Omar G. Wrote: Style it?

What class do normal postbit buttons use? I can just use that, makes life easier. I'd assume buttons but that didn't work.
#12
Not Solved
This user has been denied support. This user has been denied support.
Just open the delete template. Replace the class & id (if any) with a custom class, like class="custom_tool_2"

Then use jQuery:

var $ = jQuery;
$('.custom_tool_2').click(function(){
//Do something on click
});
#13
Not Solved
@Robust I'm not sure really, not a designer myself. For 1.6 a summit input button should work.
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;


Forum Jump:


Users browsing this thread: 1 Guest(s)