Are we talking linking as in 'linking when compiling' or 'a url that your
user clicks and links them to another part of your app' ?

On Wed, Jul 27, 2011 at 5:02 PM, rupinder kaur <[email protected]> wrote:

> Hello Everyone. I have done internal linking on same page by using code:-
> class GREATDEVELOPERS  : public Wt::WContainerWidget {
>     private:
>     public:
>         GREATDEVELOPERS ();
>         virtual ~GREATDEVELOPERS ();
> };
> GREATDEVELOPERS::
> GREATDEVELOPERS() {
>     WContainerWidget *cw = new     WContainerWidget();
>
>
>         cw->addWidget(new WText(" Always rise yourself for sky"));
>         cw->addWidget(new WBreak());
>     cw->addWidget(new WText("Nothing is impossible because impossible
> itself says i am possible"));
>     this->addWidget(cw);
> }
>
> GREATDEVELOPERS ::~GREATDEVELOPERS () {
>
> }
> but now i want to do linking between two pages. Please tell me how to do.
> Thank You.
>
>
> --
> Rupinder Kaur
>
>
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to