Questions tagged [brail]

Brail is a view engine for Castle-MonoRail

Brail is a view engine for MonoRail which allows you to use the same framework and Boo language on both ends of the application.

5 questions
3
votes
1 answer

How to use Brail as a stand-alone general purpose templating engine (like NVelocity)?

I've been using NVelocity as a stand-alone templating engine in my text file generator. The problem with NVelocity is that the macros are quite shaky; pretty much all errors I get are from faulty macro implementation. It would be cool if I could…
Filip Frącz
  • 5,881
  • 11
  • 45
  • 67
3
votes
2 answers

How to use multiple view engines in ASP.NET MVC application

I'd like to use two view engines in my asp.net mvc web application. The first one is the Brail view engine from MVCContrib project, and another one is my custom view engine for generating javascript code. However, I can't configure the application…
nightwatch
  • 1,276
  • 2
  • 18
  • 27
3
votes
5 answers

.NET Hashtable - "Same" key, different hashes

Is it possible for two .net strings to have different hashes? I have a Hashtable with amongst others the key "path". When I loop through the elements in the table to print it, i can see that the key exists. When trying to looking it up however,…
Simon Lindgren
  • 500
  • 1
  • 6
  • 14
0
votes
0 answers

talkback with adding more braille languages

the idea that would like to add more language for google talkback braille table dear all. greeting from Lao PDR. this is Keo I've a question about braille language support in talkback. I saw only a few languages available there. how can Google…
0
votes
1 answer

How to set focus to a textbox that was just inserting it into my page?

I have a dynamic web page that after clicking a link, I insert a partial view into my page using brailjs action. My brailjs view looks like this page.inserthtml('bottom', 'items', { @partial: 'item/_fields_replacement_part'…
jsmorris
  • 319
  • 2
  • 10