Forum Discussion
37 Replies
Sort By
- QuickBaseCoachDQrew CaptainNo there is no onload required.
I see the problem. :)
�Item Marked Completed�,
Those quotes in your formula are curly 66 99 type quotes that get generated typically by Word.
The need to be the ' kind of single quote. ie not � � and but a ' and '. - StephenStephenQrew Assistant CaptainARGH! That keeps happening to me and I figured out that was happening but thought I fixed them all. Thanks for catching it. In my case it's a mac "Notes" app where I keep all my code. I'll have to stop using it once-and-for-all. Gracias!
- QuickBaseCoachDQrew Captain:) That Syntax to get a jgrowl Vibrant button is particularly difficult.
I keep my cheat notes for code snippets in QuickBase back where it is easily searchable and always handy when I'm on line developing. - StephenStephenQrew Assistant CaptainIt works great....I would just want to get it to refresh the page if possible? Although that would probably make the jGrowl not very useful....
- CarlosCarlosQrew Assistant CaptainIndeed... Though a "background" refresh would be great, as linked buttons won't reflect changes performed through these jgrowl actions so you always need to refresh before clicking elsewhere
- QuickBaseCoachDQrew Captain:) One per customer. You get to choose a page refresh or the pop up, not both.
- StephenStephenQrew Assistant CaptainHow would I switch to a refresh then?
- QuickBaseCoachDQrew CaptainChange the middle part to this
var text URL =
"javascript:" &
"$.get('" &
$Update &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"; - StephenStephenQrew Assistant Captainamazing. Thanks.
- CarlosCarlosQrew Assistant CaptainAnyone know if there are any more "jGrowl-COLORS" available?
I seem to get a yellowish one with no formatting if using any other color name other than jGrowl-green?- HectorAubertQrew TraineeWere you able to figure out a way to get different colors?