Jump to content

New FrogCode widgets


Graham Quince

Recommended Posts

So, some long talked about widgets in FrogCode are finally ready for sharing, I've just added:

  • Personalised welcome
  • Week indicator
  • Form styling (started work on this at the FrogCode event at the Judd)

Soon to be joined by George Bligh's My Progress widget, which displays the My Progress application in a page for students.

You can download these and other widgets at https://www.frogcommunity.com/frogcode/showcase

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

2 minutes ago, Graham Quince said:

Nope, you can add CSS directly to the box.

Just wanted to give people a bit more control

 

Steady on Quincy....  don't make it to easy for people...... I thought you like to make things difficult to stop people playing..... :P

  • Haha 1
Link to comment
Share on other sites

@Graham Quince Hmmm ok so ive changed the text but ive tried to put a boarder round it!!  It shows the boarder in the edit view but no when I close it??

 font-family: Verdana, Geneva, sans-serif;
 font-size: large;
 font-weight: bold;
 border-radius: 5px;
 border: thin #B9B9B9;

Link to comment
Share on other sites

1 hour ago, ADT said:

@Graham Quince Hmmm ok so ive changed the text but ive tried to put a boarder round it!!  It shows the boarder in the edit view but no when I close it??

 font-family: Verdana, Geneva, sans-serif;
 font-size: large;
 font-weight: bold;
 border-radius: 5px;
 border: thin #B9B9B9;

needs to be

border: 1px solid #B9B9B9;

As far as i know.  Never used thin.

Link to comment
Share on other sites

5 minutes ago, Graham Quince said:

needs to be


border: 1px solid #B9B9B9;

As far as i know.  Never used thin.

But that gives me a thick border...  I wanted to make it the same as the other widgets!!!!

No comment on your use of thin.....  people in glass houses and all that!! :P

Edited by ADT
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...