Jump to content
  • 0

Editing Buttons on DrawMove Free Flux


Question

Posted

aw_zpsb5ca4dc3.jpg

 

how will i edit the thing pointed by the 2 arrows ?

the navigation on the control panel ..

how someone will help me about this because im having a hard time figuring out how to edit that buttons :<

5 answers to this question

Recommended Posts

Posted

dude, you are using chrome, how can it be a hard time to search for that?

just right click on the elements, then click the last option (something like analyze element) and look at that element. should be easy to determine where this stuff is (e.g. search for the class or the id of the element in the source)

Posted

dude, you are using chrome, how can it be a hard time to search for that?

just right click on the elements, then click the last option (something like analyze element) and look at that element. should be easy to determine where this stuff is (e.g. search for the class or the id of the element in the source)

 

yeah i know that brother .. but the thing is where will i put the link ?

Posted

i think links are done like this:

<a href="<?php echo $this->url("<action>","<module>",array("<other param>" => "<other value>", ...)) ?> > text </a>

 

Correction. it's

<a href="<?php echo $this->url("<module>","<action>",array("<other param id>" => "<other value>", ...)) ?> > text </a>
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...