According to this css file:

@font-face{
  font-family:'FontAwesome';*
src:url('../font/fontawesome-webfont.eot?v=3.0.2');
  src:url('../font/fontawesome-webfont.eot?#iefix&v=3.0.2')
format('embedded-opentype'),
  url('../font/fontawesome-webfont.woff?v=3.0.2') format('woff'),
  url('../font/fontawesome-webfont.ttf?v=3.0.2') format('truetype');*
font-weight:normal;
  font-style:normal }


I guess you need font files (in bold above as well)

Could you also check if

- The Font Awesome font is licensed under the *SIL Open Font License*
- http://scripts.sil.org/OFL

is compatible with AL?


Thanks in advance



On Mon, May 27, 2013 at 4:19 PM, Andun Sameera <[email protected]> wrote:

> Hi Maxim,
>
> I am in the final step of creating the Wysiwyg behavior. I have update the
> sample also. When I run the sample all the Wysiwyg functionality is working
> fine. You can see the attached screen of that.
>
> But I am facing a weired problem. To show the Icons of the buttons it need
> following CSS file,
>
> <link href="
> http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css";
> rel="stylesheet">
>
> What I did is download the CSS file and included it as a resource
> reference for the behaviour. But the icons are not shown properly. Then
> what I did was put the url reference of the CSS file. It also not work.
>
> Then I created a html file outside wicket. I put the CSS reference as this,
>
> <link href="
> http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css";
> rel="stylesheet">
>
> Then all the things work well. But when I download the file and put the
> reference as this,
>
> <link href="font-awesome.css" rel="stylesheet">
>
> Icons are not shown. What is going wrong here ? I have attached the html
> project which was create out side wicket here.
>
> Thanks!
>
>
> On Mon, May 27, 2013 at 12:21 PM, Maxim Solodovnik 
> <[email protected]>wrote:
>
>> great! thanks!
>>
>>
>> On Mon, May 27, 2013 at 1:45 PM, Andun Sameera <[email protected]>wrote:
>>
>>> Hi Maxim,
>>>
>>> I have created two git repos for component
>>> https://github.com/andunslg/Wysiwyg-Wicket and sample
>>> https://github.com/andunslg/Wysiwyg-Wicket-Sample.
>>>
>>> I have created the WysiwygBehaviour first. After scefully creating that
>>> I will create the component to add the Wysiwyg buttons.
>>>
>>> Thanks!
>>>
>>>
>>> On Mon, May 27, 2013 at 9:31 AM, Andun Sameera <[email protected]>wrote:
>>>
>>>> OK Maxim. Will look in to that.
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 9:29 AM, Maxim Solodovnik <[email protected]
>>>> > wrote:
>>>>
>>>>> I would like it as a plugin for  wicket-jquery-ui
>>>>> I guess this plugin will require both Behavior and Component (probably
>>>>> extending TextArea) with configurable buttons
>>>>> I believe small number of buttons can be added in initial version
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 10:55 AM, Andun Sameera <[email protected]>wrote:
>>>>>
>>>>>> Hi Maxim,
>>>>>>
>>>>>> I accept this. What I have to do is creating  another wicket module
>>>>>> which wraps the bootstrap-wysiwyg plugin. Do I have to create it as a
>>>>>> separate project or under wicket-jquery-ui ?
>>>>>>
>>>>>> Thanks!
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 9:19 AM, Maxim Solodovnik <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hello Andun,
>>>>>>>
>>>>>>> since Sebastian already implemented 
>>>>>>> emoticons<https://github.com/sebfz1/wicket-jquery-ui/tree/master/wicket-jquery-ui-plugins/src/main/java/com/googlecode/wicket/jquery/ui/plugins/emoticons>
>>>>>>>  plugin
>>>>>>> I propose you to implement additional component: WYSIWYG editor plugin
>>>>>>> based on http://mindmup.github.io/bootstrap-wysiwyg/
>>>>>>> as described here:
>>>>>>> https://issues.apache.org/jira/browse/OPENMEETINGS-558
>>>>>>>
>>>>>>> Would you accept that?
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards
>>>>>> Andun S.L. Gunawardana
>>>>>> Undergraduate
>>>>>> Department of Computer Science And Engineering
>>>>>> University of Moratuwa
>>>>>> Sri Lanka
>>>>>>
>>>>>> Blog - http://www.insightforfuture.blogspot.com/
>>>>>> LinkedIn -
>>>>>> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>>>>>> Twitter -http://twitter.com/AndunSLG
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Andun S.L. Gunawardana
>>>> Undergraduate
>>>> Department of Computer Science And Engineering
>>>> University of Moratuwa
>>>> Sri Lanka
>>>>
>>>> Blog - http://www.insightforfuture.blogspot.com/
>>>> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>>>> Twitter -http://twitter.com/AndunSLG
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Andun S.L. Gunawardana
>>> Undergraduate
>>> Department of Computer Science And Engineering
>>> University of Moratuwa
>>> Sri Lanka
>>>
>>> Blog - http://www.insightforfuture.blogspot.com/
>>> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>>> Twitter -http://twitter.com/AndunSLG
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>
>
>
>
>



-- 
WBR
Maxim aka solomax

Reply via email to