Jump to content
  • 0

Editing Buttons on DrawMove Free Flux


Sparks

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

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 :<

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  01/29/13
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

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 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  01/29/13
  • Last Seen:  

i think links are done like this:

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


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   26
  • Joined:  12/07/11
  • Last Seen:  

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>
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  01/29/13
  • Last Seen:  

yea well... turned the stuff around :D

Link to comment
Share on other sites

×
×
  • Create New...