Can I embed html or javascript code in the pages?
Forum » The Community / How may we help you? » Can I embed html or javascript code in the pages?
started by: KDr2KDr2
on: 1215234422|%e %b %Y, %H:%M %Z|agohover
number of posts: 6
rss icon RSS: new posts
summary:
html/javascript
Can I embed html or javascript code in the pages?
KDr2KDr2 1215234422|%e %b %Y, %H:%M %Z|agohover

I want to do something via javascript, such as

  • changing the fav icon in the url
  • changing the default value of the search textfiled
  • ……

Could anyone help me? THX!

unfold Can I embed html or javascript code in the pages? by KDr2KDr2, 1215234422|%e %b %Y, %H:%M %Z|agohover
Re: Can I embed html or javascript code in the pages?
KDr2KDr2 1215238818|%e %b %Y, %H:%M %Z|agohover

I am sorry to see this : http://community.wikidot.com/forum/t-52364/fixed-cannot-embed-local-html-fil

then, the problem is howto make the javascript working corss-domain

unfold Re: Can I embed html or javascript code in the pages? by KDr2KDr2, 1215238818|%e %b %Y, %H:%M %Z|agohover
Re: Can I embed html or javascript code in the pages?
Phil ChettPhil Chett 1215259447|%e %b %Y, %H:%M %Z|agohover

changing the fav icon in the url

at present this cannot be done

changing the default value of the search textfiled

Sorry, I dont understand the question.


phil.gif
unfold Re: Can I embed html or javascript code in the pages? by Phil ChettPhil Chett, 1215259447|%e %b %Y, %H:%M %Z|agohover
Re: Can I embed html or javascript code in the pages?
GabrysGabrys 1215264323|%e %b %Y, %H:%M %Z|agohover

changing the default value of the search textfiled

it's the "search this wiki" text.

This cannot be changed right now as well.


Piotr Gabryjeluk
visit my Dev blog

unfold Re: Can I embed html or javascript code in the pages? by GabrysGabrys, 1215264323|%e %b %Y, %H:%M %Z|agohover
Re: Can I embed html or javascript code in the pages?
gerdamigerdami 1215283135|%e %b %Y, %H:%M %Z|agohover

cos' it's hardcoded I presume…


Aide Wikidot en Français ? Handbook !!!

unfold Re: Can I embed html or javascript code in the pages? by gerdamigerdami, 1215283135|%e %b %Y, %H:%M %Z|agohover
Re: Can I embed html or javascript code in the pages?
GabrysGabrys 1215332356|%e %b %Y, %H:%M %Z|agohover

… but the default text can be disabled, just include:

#search-top-box input.empty
color: transparent;
}

in your custom CSS.


Piotr Gabryjeluk
visit my Dev blog

unfold Re: Can I embed html or javascript code in the pages? by GabrysGabrys, 1215332356|%e %b %Y, %H:%M %Z|agohover
new post
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.