This is a migrated thread and some comments may be shown as answers.

[Solved] Demo and forum code - search functionality

1 Answer 150 Views
Documentation and tutorials
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
IQworks
Top achievements
Rank 1
IQworks asked on 01 Apr 2010, 08:17 PM
Hi,
     This may not be practical at all, however, when I am looking for demo's of how to write various code, it would be helpful to be able to cross reference the demo documentation by the method, property, keyword, attribute, control name, etc.
     Of course this way, you could get a list of every place that one of these is used, regardless of control ? 
     I know this might requre the development of some sort of engine. And while I am asking for this, perhaps I can ask for more - this cross reference engine would be even better if it could cross reference code from the "Format code blocks" throughout the forums (with a note that "forum results may be suspect). 
     When the results return in three line windows so that a quick visual could be made to see if its content is relevent to the users requirement ? ...

search ---> HtmlAttributes
Results .....
1   MVC Grid               .HtmlAttributes(new { style = "width: 300px; float: left;" })
2   MVC Grid                cell.HtmlAttributes["style"] = "font-weight: bold; color: " + redGreenStatus;
3   MVC Menu              HtmlAttributes(new { style = "border-right: 0;" })
.... etc

I know this is a lot of work,
Just a thought
thanks 

1 Answer, 1 is accepted

Sort by
0
IQworks
Top achievements
Rank 1
answered on 01 Apr 2010, 08:55 PM
Sorry, I change my mind about ... 

        When the results return in three line windows so that a quick visual could be made to see if its content is relevent to the users requirement 

 I dont think this is really neccessary.
Tags
Documentation and tutorials
Asked by
IQworks
Top achievements
Rank 1
Answers by
IQworks
Top achievements
Rank 1
Share this question
or