summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-05-10 12:22:03 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-05-10 12:22:03 (GMT)
commitaec71b27ccf4a9513c474bdbe9d65de5fb5fbdc1 (patch)
treea8d3e69f8acebd9388afd83a897bb3b33057baf4 /doc
parent147ef453d130fc7817b3b4406502b1b887ab6c79 (diff)
parent5e07004df26cbf65a0fe0096a3417a5329f72431 (diff)
downloadQt-aec71b27ccf4a9513c474bdbe9d65de5fb5fbdc1.zip
Qt-aec71b27ccf4a9513c474bdbe9d65de5fb5fbdc1.tar.gz
Qt-aec71b27ccf4a9513c474bdbe9d65de5fb5fbdc1.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/src/template/scripts/functions.js9
-rwxr-xr-xdoc/src/template/style/style.css8
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/src/template/scripts/functions.js b/doc/src/template/scripts/functions.js
index 108590f..2362bc4 100755
--- a/doc/src/template/scripts/functions.js
+++ b/doc/src/template/scripts/functions.js
@@ -50,6 +50,8 @@ function processNokiaData(response){
if(propertyTags[i].getElementsByTagName('pageType')[0].firstChild.nodeValue == 'APIPage'){
lookupCount++;
//$('.live001').css('display','block');
+ $('#ul001 .defaultLink').css('display','none');
+
for (var j=0; j< propertyTags[i].getElementsByTagName('pageWords').length; j++){
full_li_element = linkStart + propertyTags[i].getElementsByTagName('pageUrl')[j].firstChild.nodeValue;
@@ -62,6 +64,8 @@ function processNokiaData(response){
if(propertyTags[i].getElementsByTagName('pageType')[0].firstChild.nodeValue == 'Article'){
articleCount++;
//$('.live002').css('display','block');
+ $('#ul002 .defaultLink').css('display','none');
+
for (var j=0; j< propertyTags[i].getElementsByTagName('pageWords').length; j++){
full_li_element = linkStart + propertyTags[i].getElementsByTagName('pageUrl')[j].firstChild.nodeValue;
@@ -73,6 +77,8 @@ function processNokiaData(response){
if(propertyTags[i].getElementsByTagName('pageType')[0].firstChild.nodeValue == 'Example'){
exampleCount++;
//$('.live003').css('display','block');
+ $('#ul003 .defaultLink').css('display','none');
+
for (var j=0; j< propertyTags[i].getElementsByTagName('pageWords').length; j++){
full_li_element = linkStart + propertyTags[i].getElementsByTagName('pageUrl')[j].firstChild.nodeValue;
@@ -114,6 +120,9 @@ function CheckEmptyAndLoadList()
// Loads on doc ready
$(document).ready(function () {
+ var pageTitle = $('title').html();
+ $('#feedform').append('<input id="page" name="pageVal" value="'+pageTitle+'" style="display:none;">');
+
$('#pageType').keyup(function () {
var searchString = $('#pageType').val() ;
if ((searchString == null) || (searchString.length < 3)) {
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 644e56b..2e01af6 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -1026,8 +1026,8 @@
{
display: inline-block;
width: 49%;
- /* *width:42%;
- _width:42%;*/
+ *width:42%;
+ _width:42%;
padding:0 2% 0 1%;
vertical-align:top;
@@ -1036,8 +1036,8 @@
.indexboxcont .indexIcon
{
width: 11%;
- /* *width:18%;
- _width:18%;*/
+ *width:18%;
+ _width:18%;
overflow:hidden;
}