-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change color of slice #1
Comments
What about cssMode property? Is it true or false? Please send your whole initialization code or a jsfiddle/jsbin if problem exists yet. |
I was having this error because of intialization.Now i want to attach a
link to each tap how is that possible???
…On 3 Apr 2017 19:23, "Gábor Berkesi" ***@***.***> wrote:
What about cssMode property? Is it true or false?
Please send your whole initialization code or a jsfiddle/jsbin if problem
exists yet.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZnViljOMgTSS1P0_1xrE4M7dCfuLcuRks5rsQDegaJpZM4Mw7kl>
.
|
You can do this with navigateFunction via JavaScript: Or with onmouseup event via html data attribute: |
when i use the html function my colors of menu changes which i have set
using colors array
…On Mon, Apr 3, 2017 at 8:55 PM, Gábor Berkesi ***@***.***> wrote:
You can do this with navigateFunction via JavaScript:
http://wheelnavjs.softwaretailoring.net/documentation/navItem.html
Or with onmouseup event via html data attribute:
http://wheelnavjs.softwaretailoring.net/documentation/html5.html#navitem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZnViqakhIy-to3Z2mbWcqmeYKV0rPQSks5rsRZdgaJpZM4Mw7kl>
.
--
Raza Imran
|
how can i change the font size of the title text.???
…On Mon, Apr 3, 2017 at 9:29 PM, Gábor Berkesi ***@***.***> wrote:
Please give me a JSFiddle <http://jsfiddle.net/> or a JS Bin
<http://jsbin.com> with your problem.
It would be easier to help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZnVinejVgFdYk6Vwm5OG3PJ97nZhwcOks5rsR5cgaJpZM4Mw7kl>
.
--
Raza Imran
|
via JS: |
Thnx sir for your co operation. I am having another problem, how can i get
css of my inner wheel nav . When i set css true . Wheel disappears
…On 10 Apr 2017 13:17, "Gábor Berkesi" ***@***.***> wrote:
via JS:
wheel.titleFont = '100 7px Impact, Charcoal, sans-serif';
via CSS:
http://wheelnavjs.softwaretailoring.net/documentation/css3.html
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZnVigkSrNGYLqOjvlVXKZ7Mo9xMixdKks5rueWxgaJpZM4Mw7kl>
.
|
What does 'inner wheelnav' mean? |
Sir basically i am making sub menu. I have 3 wheel nav one above the other.
…On 12 Apr 2017 02:19, "Gábor Berkesi" ***@***.***> wrote:
What does 'inner wheelnav' mean?
As I said before, a JSFiddle or JSBin would be really useful for help. Or
a code sample at least.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZnViif_uncUfJ9OKZnMTrTkA8YukzWSks5ru-5bgaJpZM4Mw7kl>
.
|
Sir here is code:
I am stuck in problem that i cannot access the Css of the wheel2 and
wheel1. The outer most wheel css is doing good.but when i set the css
property of whee2 and wheel 1 to true then the wheel become transparent.
your help is required
…On Wed, Apr 12, 2017 at 2:21 AM, Raza Imran ***@***.***> wrote:
Sir basically i am making sub menu. I have 3 wheel nav one above the
other.
On 12 Apr 2017 02:19, "Gábor Berkesi" ***@***.***> wrote:
> What does 'inner wheelnav' mean?
> As I said before, a JSFiddle or JSBin would be really useful for help. Or
> a code sample at least.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AZnViif_uncUfJ9OKZnMTrTkA8YukzWSks5ru-5bgaJpZM4Mw7kl>
> .
>
--
Regards
Raza Imran
|
I don't see your source code... |
how can I change the color of the slice.
here is the color code line:
wheel3.colors = new Array("315-#ddd-green", "225-#ddd-yellow", "135-#ddd-orange", "45-#ddd-red");
but it is not effecting the color
The text was updated successfully, but these errors were encountered: